Searched refs:getOSTypeName (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DOSTargets.cpp57 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
H A DOSTargets.h780 this->PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h949 /// getOSTypeName - Get the canonical name for the \p Kind operating system.
950 static StringRef getOSTypeName(OSType Kind);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp187 StringRef Triple::getOSTypeName(OSType Kind) { function in class:Triple
1098 StringRef OSTypeName = getOSTypeName(getOS());
1217 setOSName(getOSTypeName(Kind));

Completed in 138 milliseconds