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

/external/llvm/include/llvm/ADT/
H A DTriple.h426 /// getOSTypeName - Get the canonical name for the \p Kind operating system.
427 static const char *getOSTypeName(OSType Kind);
/external/llvm/lib/Support/
H A DTriple.cpp109 const char *Triple::getOSTypeName(OSType Kind) { function in class:Triple
522 StringRef OSTypeName = getOSTypeName(getOS());
619 setOSName(getOSTypeName(Kind));
/external/llvm/unittests/ADT/
H A DTripleTest.cpp193 C[2] = Triple::getOSTypeName(Triple::OSType(OS));
/external/clang/lib/Basic/
H A DTargets.cpp130 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());

Completed in 61 milliseconds