/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.h | 31 AVRAsmBackend(Triple::OSType OSType) in AVRAsmBackend() argument 32 : MCAsmBackend(llvm::endianness::little), OSType(OSType) {} in AVRAsmBackend() 60 Triple::OSType OSType;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEAsmBackend.cpp | 176 Triple::OSType OSType; member in __anon88421f390111::ELFVEAsmBackend 179 ELFVEAsmBackend(const Target &T, Triple::OSType OSType) in ELFVEAsmBackend() argument 180 : VEAsmBackend(T), OSType(OSType) {} in ELFVEAsmBackend() 210 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectTargetWriter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiAsmBackend.cpp | 45 Triple::OSType OSType; member in __anon86f45c6d0111::LanaiAsmBackend 48 LanaiAsmBackend(const Target &T, Triple::OSType OST) in LanaiAsmBackend() 49 : MCAsmBackend(llvm::endianness::big), OSType(OST) {} in LanaiAsmBackend() 120 return createLanaiELFObjectWriter(MCELFObjectTargetWriter::getOSABI(OSType)); in createObjectTargetWriter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcAsmBackend.cpp | 332 Triple::OSType OSType; member in __anon12e5a2150111::ELFSparcAsmBackend 334 ELFSparcAsmBackend(const MCSubtargetInfo &STI, Triple::OSType OSType) in ELFSparcAsmBackend() argument 335 : SparcAsmBackend(STI), OSType(OSType) {} in ELFSparcAsmBackend() 361 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectTargetWriter()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | AssertFrameRecognizer.cpp | 26 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAbortLocation() 59 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAssertLocation() 82 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RegisterAssertFrameRecognizer() 125 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RecognizeFrame()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_x86_64.cpp | 74 const llvm::Triple::OSType os_type = arch.GetTriple().getOS(); in CreateInstance() 79 case llvm::Triple::OSType::IOS: in CreateInstance() 80 case llvm::Triple::OSType::TvOS: in CreateInstance() 81 case llvm::Triple::OSType::WatchOS: in CreateInstance() 93 case llvm::Triple::OSType::Darwin: in CreateInstance() 94 case llvm::Triple::OSType::FreeBSD: in CreateInstance() 95 case llvm::Triple::OSType::Linux: in CreateInstance() 96 case llvm::Triple::OSType::MacOSX: in CreateInstance() 97 case llvm::Triple::OSType::NetBSD: in CreateInstance() 98 case llvm::Triple::OSType::Solaris: in CreateInstance() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFObjectWriter.h | 77 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument 78 switch (OSType) { in getOSABI()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.cpp | 180 triple.setOS(llvm::Triple::OSType::Win32); in GetArchitecture() 184 triple.setOS(llvm::Triple::OSType::Linux); in GetArchitecture() 187 triple.setOS(llvm::Triple::OSType::MacOSX); in GetArchitecture() 191 triple.setOS(llvm::Triple::OSType::IOS); in GetArchitecture() 195 triple.setOS(llvm::Triple::OSType::Linux); in GetArchitecture() 199 triple.setOS(llvm::Triple::OSType::UnknownOS); in GetArchitecture() 206 triple.setOS(llvm::Triple::OSType::Linux); in GetArchitecture()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 516 llvm::Triple::OSType &ostype) { in GetOsFromOSABI() 519 ostype = llvm::Triple::OSType::AIX; in GetOsFromOSABI() 522 ostype = llvm::Triple::OSType::FreeBSD; in GetOsFromOSABI() 525 ostype = llvm::Triple::OSType::Linux; in GetOsFromOSABI() 528 ostype = llvm::Triple::OSType::NetBSD; in GetOsFromOSABI() 531 ostype = llvm::Triple::OSType::OpenBSD; in GetOsFromOSABI() 534 ostype = llvm::Triple::OSType::Solaris; in GetOsFromOSABI() 537 ostype = llvm::Triple::OSType::UnknownOS; in GetOsFromOSABI() 539 return ostype != llvm::Triple::OSType::UnknownOS; in GetOsFromOSABI() 572 llvm::Triple::OSType ostype; in GetModuleSpecifications() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 199 enum OSType { enum 329 OSType OS{}; 388 OSType getOS() const { return OS; } in getOS() 1109 void setOS(OSType Kind); 1210 static StringRef getOSTypeName(OSType Kind); 1228 static VersionTuple getCanonicalVersionForOS(OSType OSKind,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | BreakpadRecords.cpp | 59 llvm::Triple::OSType stringTo<llvm::Triple::OSType>(llvm::StringRef Str) { in stringTo() 61 return llvm::StringSwitch<Triple::OSType>(Str) in stringTo() 99 static UUID parseModuleId(llvm::Triple::OSType os, llvm::StringRef str) { in parseModuleId() 180 llvm::Triple::OSType OS = consume<llvm::Triple::OSType>(Line); in parse()
|
H A D | BreakpadRecords.h | 63 ModuleRecord(llvm::Triple::OSType OS, llvm::Triple::ArchType Arch, UUID ID) in ModuleRecord() 66 llvm::Triple::OSType OS;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DarwinSDKInfo.h | 37 constexpr OSEnvPair(llvm::Triple::OSType FromOS, in OSEnvPair() 39 llvm::Triple::OSType ToOS, in OSEnvPair()
|
H A D | AlignedAllocation.h | 24 inline llvm::VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) { in alignedAllocMinVersion()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandOptionValidators.cpp | 19 llvm::Triple::OSType os = in IsValid()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 468 Triple::OSType ExpectedOS); 1092 SMLoc Loc, Triple::OSType ExpectedOS) { in checkVersion() 1106 static Triple::OSType getOSTypeFromMCVM(MCVersionMinType Type) { in getOSTypeFromMCVM() 1136 Triple::OSType ExpectedOS = getOSTypeFromMCVM(Type); in parseVersionMin() 1142 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform() 1198 Triple::OSType ExpectedOS in parseBuildVersion()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 882 m_triple.setOS(llvm::Triple::OSType::AIX); in SetArchitecture() 885 m_triple.setOS(llvm::Triple::OSType::FreeBSD); in SetArchitecture() 888 m_triple.setOS(llvm::Triple::OSType::Linux); in SetArchitecture() 891 m_triple.setOS(llvm::Triple::OSType::NetBSD); in SetArchitecture() 894 m_triple.setOS(llvm::Triple::OSType::OpenBSD); in SetArchitecture() 897 m_triple.setOS(llvm::Triple::OSType::Solaris); in SetArchitecture() 900 m_triple.setOS(llvm::Triple::OSType::UnknownOS); in SetArchitecture() 983 const llvm::Triple::OSType lhs_triple_os = lhs_triple.getOS(); in IsMatch() 984 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS(); in IsMatch()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HLSL.cpp | 29 if (T.getOS() != Triple::OSType::ShaderModel) in isLegalShaderModel() 144 T.setOSName(Triple::getOSTypeName(Triple::OSType::ShaderModel).str() + in tryParseProfile()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 32 const llvm::Triple::OSType os_type = triple_ref.getOS(); in LLDB_PLUGIN_DEFINE()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
H A D | PlatformOpenBSD.cpp | 60 case llvm::Triple::OSType::UnknownOS: in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterUtilities.h | 82 llvm::Triple::OSType OS;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVTargetMachine.cpp | 60 TT.getOS() == Triple::OSType::AMDHSA) in computeDataLayout()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.cpp | 68 llvm::Triple::OSType::Linux) in AddHeaderAndCalculateDirectories() 172 case llvm::Triple::OSType::Linux: in AddSystemInfo() 179 case llvm::Triple::OSType::Win32: in AddSystemInfo() 182 case llvm::Triple::OSType::MacOSX: in AddSystemInfo() 185 case llvm::Triple::OSType::IOS: in AddSystemInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 163 if (T.getOS() == Triple::OSType::Win32) { in createLocalCompileCallbackManager() 229 if (T.getOS() == Triple::OSType::Win32) { in createLocalIndirectStubsManagerBuilder()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 261 StringRef Triple::getOSTypeName(OSType Kind) { in getOSTypeName() 646 static Triple::OSType parseOS(StringRef OSName) { in parseOS() 647 return StringSwitch<Triple::OSType>(OSName) in parseOS() 1117 OSType OS = UnknownOS; in normalize() 1543 void Triple::setOS(OSType Kind) { in setOS() 2087 VersionTuple Triple::getCanonicalVersionForOS(OSType OSKind, in getCanonicalVersionForOS()
|