| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 208 triple.setOS(llvm::Triple::OSType::Win32); in GetArchitecture() 211 triple.setOS(llvm::Triple::OSType::Linux); in GetArchitecture() 214 triple.setOS(llvm::Triple::OSType::MacOSX); in GetArchitecture() 218 triple.setOS(llvm::Triple::OSType::IOS); in GetArchitecture() 222 triple.setOS(llvm::Triple::OSType::Linux); in GetArchitecture() 226 triple.setOS(llvm::Triple::OSType::UnknownOS); in GetArchitecture() 231 triple.setOS(llvm::Triple::OSType::Linux); in GetArchitecture()
|
| H A D | ProcessMinidump.cpp | 289 triple.setOS(llvm::Triple::OSType::Win32); in GetArchitecture()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 897 GetTriple().setOS(other.GetTriple().getOS()); in MergeFrom() 958 m_triple.setOS(llvm::Triple::OSType::AIX); in SetArchitecture() 961 m_triple.setOS(llvm::Triple::OSType::FreeBSD); in SetArchitecture() 964 m_triple.setOS(llvm::Triple::OSType::Linux); in SetArchitecture() 967 m_triple.setOS(llvm::Triple::OSType::NetBSD); in SetArchitecture() 970 m_triple.setOS(llvm::Triple::OSType::OpenBSD); in SetArchitecture() 973 m_triple.setOS(llvm::Triple::OSType::Solaris); in SetArchitecture() 978 m_triple.setOS(llvm::Triple::Win32); in SetArchitecture() 981 m_triple.setOS(llvm::Triple::UnknownOS); in SetArchitecture()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 146 triple.setOS(llvm::Triple::OpenBSD); in GetSupportedArchitectureAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1235 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote() 1249 arch_spec.GetTriple().setOS(llvm::Triple::OSType::UnknownOS); in RefineModuleDetailsFromNote() 1259 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Solaris); in RefineModuleDetailsFromNote() 1302 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote() 1316 arch_spec.GetTriple().setOS(llvm::Triple::OSType::NetBSD); in RefineModuleDetailsFromNote() 1327 arch_spec.GetTriple().setOS(llvm::Triple::OSType::OpenBSD); in RefineModuleDetailsFromNote() 1333 arch_spec.GetTriple().setOS(llvm::Triple::OSType::UnknownOS); in RefineModuleDetailsFromNote() 1345 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote() 1351 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote() 1392 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 155 triple.setOS(llvm::Triple::FreeBSD); in GetSupportedArchitectureAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 147 triple.setOS(llvm::Triple::NetBSD); in GetSupportedArchitectureAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 212 normalized_triple.setOS(host_triple.getOS()); in GetAugmentedArchSpec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 145 triple.setOS(toOS(token)); in parse()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 718 void setOS(OSType Kind);
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | File.h | 202 void setOS(MachOLinkingContext::OS os) { _os = os; } in setOS() function
|
| H A D | MachONormalizedFileToAtoms.cpp | 1545 file->setOS(normalizedFile.os); in normalizedObjectToAtoms()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Triple.cpp | 1154 void Triple::setOS(OSType Kind) { in setOS() function in Triple
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 993 normalized_triple.setOS(compatible_triple.getOS()); in GetAugmentedArchSpec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1267 host_triple.setOS(llvm::Triple::IOS); in GetHostInfo() 1270 host_triple.setOS(llvm::Triple::MacOSX); in GetHostInfo()
|
| H A D | ProcessGDBRemote.cpp | 1173 new_target_triple.setOS(remote_triple.getOS()); in DidLaunchOrAttach()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1664 TT.setOS(Triple::UnknownOS); in loadRegisterInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 492 Target.setOS(llvm::Triple::ELFIAMCU); in computeTargetTriple() 1020 T.setOS(llvm::Triple::Win32); in BuildCompilation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 79 T.setOS(llvm::Triple::UnknownOS); in setTripleTypeForMachOArchName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 703 fixed_arch.GetTriple().setOS(llvm::Triple::IOS); in CreateInstance() 705 fixed_arch.GetTriple().setOS(llvm::Triple::MacOSX); in CreateInstance()
|