Home
last modified time | relevance | path

Searched refs:os_type (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp409 image_infos[i].os_type = llvm::Triple::MacOSX; in JSONImageInformationIntoImageInfo()
411 image_infos[i].os_type = llvm::Triple::IOS; in JSONImageInformationIntoImageInfo()
413 image_infos[i].os_type = llvm::Triple::TvOS; in JSONImageInformationIntoImageInfo()
415 image_infos[i].os_type = llvm::Triple::WatchOS; in JSONImageInformationIntoImageInfo()
419 image_infos[i].os_type = llvm::Triple::IOS; in JSONImageInformationIntoImageInfo()
422 image_infos[i].os_type = llvm::Triple::IOS; in JSONImageInformationIntoImageInfo()
425 image_infos[i].os_type = llvm::Triple::TvOS; in JSONImageInformationIntoImageInfo()
768 (os_type == llvm::Triple::IOS || os_type == llvm::Triple::TvOS || in GetArchitecture()
769 os_type == llvm::Triple::WatchOS)) { in GetArchitecture()
1145 const llvm::Triple::OSType os_type = in UseDYLDSPI() local
[all …]
H A DDynamicLoaderDarwin.h118 llvm::Triple::OSType os_type = llvm::Triple::OSType::UnknownOS; member
138 os_type = llvm::Triple::OSType::UnknownOS; in Clear()
148 segments == rhs.segments && os_type == rhs.os_type &&
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp32 const llvm::Triple::OSType os_type = triple_ref.getOS(); in LLDB_PLUGIN_DEFINE() local
34 if (os_type == llvm::Triple::UnknownOS) { in LLDB_PLUGIN_DEFINE()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp73 const llvm::Triple::OSType os_type = arch.GetTriple().getOS(); in CreateInstance() local
77 switch(os_type) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp4866 llvm::StringRef os_type;
4871 os_type = llvm::Triple::getOSTypeName(llvm::Triple::MacOSX);
4874 os_type = llvm::Triple::getOSTypeName(llvm::Triple::IOS);
4877 os_type = llvm::Triple::getOSTypeName(llvm::Triple::TvOS);
4880 os_type = llvm::Triple::getOSTypeName(llvm::Triple::WatchOS);
4891 os_type = llvm::Triple::getOSTypeName(llvm::Triple::IOS);
4895 os_type = llvm::Triple::getOSTypeName(llvm::Triple::IOS);
4900 os_type = llvm::Triple::getOSTypeName(llvm::Triple::TvOS);
4905 os_type = llvm::Triple::getOSTypeName(llvm::Triple::WatchOS);
5043 os << os_env.os_type << min_os.major_version << '.'
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2002 std::string os_type; in DecodeProcessInfoResponse() local
2068 os_type = std::string(value); in DecodeProcessInfoResponse()
2072 if (cpu != LLDB_INVALID_CPUTYPE && !vendor.empty() && !os_type.empty()) { in DecodeProcessInfoResponse()
2079 llvm::StringRef(os_type)); in DecodeProcessInfoResponse()