Searched refs:os_type (Results 1 – 6 of 6) sorted by relevance
409 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 …]
118 llvm::Triple::OSType os_type = llvm::Triple::OSType::UnknownOS; member138 os_type = llvm::Triple::OSType::UnknownOS; in Clear()148 segments == rhs.segments && os_type == rhs.os_type &&
32 const llvm::Triple::OSType os_type = triple_ref.getOS(); in LLDB_PLUGIN_DEFINE() local34 if (os_type == llvm::Triple::UnknownOS) { in LLDB_PLUGIN_DEFINE()
73 const llvm::Triple::OSType os_type = arch.GetTriple().getOS(); in CreateInstance() local77 switch(os_type) { in CreateInstance()
4866 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 << '.'
2002 std::string os_type; in DecodeProcessInfoResponse() local2068 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()