Home
last modified time | relevance | path

Searched refs:os_env (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h120 llvm::Triple::EnvironmentType os_env = member
139 os_env = llvm::Triple::EnvironmentType::UnknownEnvironment; in Clear()
149 os_env == rhs.os_env;
H A DDynamicLoaderDarwin.cpp420 image_infos[i].os_env = llvm::Triple::MacABI; in JSONImageInformationIntoImageInfo()
423 image_infos[i].os_env = llvm::Triple::Simulator; in JSONImageInformationIntoImageInfo()
426 image_infos[i].os_env = llvm::Triple::Simulator; in JSONImageInformationIntoImageInfo()
429 image_infos[i].os_env = llvm::Triple::Simulator; in JSONImageInformationIntoImageInfo()
760 if (os_env == llvm::Triple::MacABI && os_type == llvm::Triple::IOS) { in GetArchitecture()
767 if (os_env == llvm::Triple::Simulator && in GetArchitecture()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp74 const llvm::Triple::EnvironmentType os_env = in CreateInstance() local
81 switch (os_env) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5040 OSEnv os_env(build_version.platform);
5043 os << os_env.os_type << min_os.major_version << '.'
5048 if (!os_env.environment.empty())
5049 triple.setEnvironmentName(os_env.environment);