Searched refs:getEnvironmentTypeName (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DTriple.h429 /// getEnvironmentTypeName - Get the canonical name for the \p Kind
431 static const char *getEnvironmentTypeName(EnvironmentType Kind);
/external/llvm/lib/Support/
H A DTriple.cpp140 const char *Triple::getEnvironmentTypeName(EnvironmentType Kind) { function in class:Triple
623 setEnvironmentName(getEnvironmentTypeName(Kind));
/external/llvm/unittests/ADT/
H A DTripleTest.cpp206 C[3] = Triple::getEnvironmentTypeName(Triple::EnvironmentType(Env));

Completed in 22 milliseconds