Home
last modified time | relevance | path

Searched refs:OSType (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h31 AVRAsmBackend(Triple::OSType OSType) in AVRAsmBackend() argument
32 : MCAsmBackend(support::little), OSType(OSType) {} in AVRAsmBackend()
66 Triple::OSType OSType;
/openbsd/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp184 Triple::OSType OSType; member in __anon272dc3260111::ELFVEAsmBackend
187 ELFVEAsmBackend(const Target &T, Triple::OSType OSType) in ELFVEAsmBackend() argument
188 : VEAsmBackend(T), OSType(OSType) {} in ELFVEAsmBackend()
217 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectTargetWriter()
/openbsd/gnu/usr.bin/perl/cpan/Perl-OSType/t/
H A DOSType.t12 require_ok('Perl::OSType');
14 can_ok( 'Perl::OSType', 'os_type' );
18 ok( eval { Perl::OSType->import($sub); 1 }, "importing $sub()" );
24 ok( eval "package $test_pkg; use Perl::OSType ':all'; 1",
25 "Testing 'use Perl::OSType qw/:all/'" );
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp45 Triple::OSType OSType; member in __anon02787e1a0111::LanaiAsmBackend
48 LanaiAsmBackend(const Target &T, Triple::OSType OST) in LanaiAsmBackend()
49 : MCAsmBackend(support::big), OSType(OST) {} in LanaiAsmBackend()
127 return createLanaiELFObjectWriter(MCELFObjectTargetWriter::getOSABI(OSType)); in createObjectTargetWriter()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp336 Triple::OSType OSType; member in __anon8e69c3c20111::ELFSparcAsmBackend
338 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend() argument
339 SparcAsmBackend(T), OSType(OSType) { } in ELFSparcAsmBackend()
364 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectTargetWriter()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h50 llvm::Triple::OSType preferred_os,
59 llvm::Triple::OSType preferred_os,
60 llvm::SmallVector<llvm::Triple::OSType, 4> supported_os,
120 llvm::Triple::OSType m_os_type = llvm::Triple::UnknownOS;
H A DPlatformDarwin.h90 std::optional<llvm::Triple::OSType> os = {});
195 static llvm::Triple::OSType GetHostOSType();
/openbsd/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp37 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAbortLocation()
70 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAssertLocation()
93 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RegisterAssertFrameRecognizer()
136 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RecognizeFrame()
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp74 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 …]
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h72 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument
73 switch (OSType) { in getOSABI()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp180 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()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h118 llvm::Triple::OSType os_type = llvm::Triple::OSType::UnknownOS;
138 os_type = llvm::Triple::OSType::UnknownOS; in Clear()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h185 enum OSType { enum
305 OSType OS{};
364 OSType getOS() const { return OS; } in getOS()
985 void setOS(OSType Kind);
1083 static StringRef getOSTypeName(OSType Kind);
1098 static VersionTuple getCanonicalVersionForOS(OSType OSKind,
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dinternal.h54 typedef long OSType; typedef
125 OSType fdType; /* file type */
126 OSType fdCreator; /* file's creator */
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp519 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()
564 llvm::Triple::OSType ostype; in GetModuleSpecifications()
566 llvm::Triple::OSType spec_ostype = in GetModuleSpecifications()
1360 llvm::Triple::OSType ostype; in GetSectionHeaderInfo()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDarwinSDKInfo.h37 constexpr OSEnvPair(llvm::Triple::OSType FromOS, in OSEnvPair()
39 llvm::Triple::OSType ToOS, in OSEnvPair()
H A DAlignedAllocation.h24 inline llvm::VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) { in alignedAllocMinVersion()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp58 llvm::Triple::OSType stringTo<llvm::Triple::OSType>(llvm::StringRef Str) { in stringTo()
60 return llvm::StringSwitch<Triple::OSType>(Str) in stringTo()
97 static UUID parseModuleId(llvm::Triple::OSType os, llvm::StringRef str) { in parseModuleId()
178 llvm::Triple::OSType OS = consume<llvm::Triple::OSType>(Line); in parse()
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp19 llvm::Triple::OSType os = in IsValid()
/openbsd/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/
H A DOSType.pm4 package Perl::OSType;
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/
H A DCBuilder.pm6 use Perl::OSType qw/os_type/;
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHLSL.cpp27 if (T.getOS() != Triple::OSType::ShaderModel) in isLegalShaderModel()
102 T.setOSName(Triple::getOSTypeName(Triple::OSType::ShaderModel).str() + in tryParseProfile()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp468 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()
1197 Triple::OSType ExpectedOS in parseBuildVersion()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp32 const llvm::Triple::OSType os_type = triple_ref.getOS(); in LLDB_PLUGIN_DEFINE()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp887 m_triple.setOS(llvm::Triple::OSType::AIX); in SetArchitecture()
890 m_triple.setOS(llvm::Triple::OSType::FreeBSD); in SetArchitecture()
893 m_triple.setOS(llvm::Triple::OSType::Linux); in SetArchitecture()
896 m_triple.setOS(llvm::Triple::OSType::NetBSD); in SetArchitecture()
899 m_triple.setOS(llvm::Triple::OSType::OpenBSD); in SetArchitecture()
902 m_triple.setOS(llvm::Triple::OSType::Solaris); in SetArchitecture()
987 const llvm::Triple::OSType lhs_triple_os = lhs_triple.getOS(); in IsMatch()
988 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS(); in IsMatch()

123