Searched refs:OSType (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp212 Triple::OSType OSType; member in class:__anon2591::ELFSparcAsmBackend
214 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : argument
215 SparcAsmBackend(T), OSType(OSType) { }
234 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType);
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp98 Triple::OSType OSType; member in class:__anon2511::MipsAsmBackend
103 MipsAsmBackend(const Target &T, Triple::OSType _OSType,
105 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {}
109 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit);
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h61 static uint8_t getOSABI(Triple::OSType OSType) { argument
62 switch (OSType) {
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h88 enum OSType { enum in class:llvm::Triple
139 OSType OS;
178 OSType getOS() const { return OS; }
372 void setOS(OSType Kind);
444 static const char *getOSTypeName(OSType Kind);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp33 const llvm::Triple::OSType os_type = triple_ref.getOS();
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DTriple.cpp112 const char *Triple::getOSTypeName(OSType Kind) {
142 llvm_unreachable("Invalid OSType");
269 static Triple::OSType parseOS(StringRef OSName) {
270 return StringSwitch<Triple::OSType>(OSName)
368 OSType OS = UnknownOS;
628 void Triple::setOS(OSType Kind) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp227 llvm::Triple::OSType os = triple.getOS();
351 llvm::Triple::OSType os = triple.getOS();
/freebsd-10.1-release/contrib/llvm/tools/llc/
H A Dllc.cpp101 Triple::OSType OS,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp827 const llvm::Triple::OSType lhs_triple_os = lhs_triple.getOS();
828 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS();
H A DDebugger.cpp1394 llvm::Triple::OSType ostype = arch.IsValid() ? arch.GetTriple().getOS() : llvm::Triple::UnknownOS;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp5568 llvm::Triple::OSType os = Triple.getOS();

Completed in 252 milliseconds