HomeSort by relevance Sort by last modified time
    Searched refs:getEnvironmentTypeName (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
Triple.h 501 /// getEnvironmentTypeName - Get the canonical name for the \p Kind
503 static const char *getEnvironmentTypeName(EnvironmentType Kind);
  /external/llvm/lib/Support/
Triple.cpp 161 const char *Triple::getEnvironmentTypeName(EnvironmentType Kind) {
741 setEnvironmentName(getEnvironmentTypeName(Kind));
748 setEnvironmentName((getEnvironmentTypeName(Environment) + Twine("-") +
  /external/llvm/unittests/ADT/
TripleTest.cpp 209 C[3] = Triple::getEnvironmentTypeName(Triple::EnvironmentType(Env));

Completed in 621 milliseconds