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

/external/llvm/include/llvm/ADT/
H A DTriple.h409 /// getEnvironmentTypeName - Get the canonical name for the \arg Kind
411 static const char *getEnvironmentTypeName(EnvironmentType Kind);
/external/llvm/lib/Support/
H A DTriple.cpp127 const char *Triple::getEnvironmentTypeName(EnvironmentType Kind) { function in class:Triple
604 setEnvironmentName(getEnvironmentTypeName(Kind));
/external/llvm/unittests/ADT/
H A DTripleTest.cpp194 C[3] = Triple::getEnvironmentTypeName(Triple::EnvironmentType(Env));

Completed in 92 milliseconds