Searched refs:EnvironmentType (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DTriple.h124 enum EnvironmentType { enum in class:llvm::Triple
161 EnvironmentType Environment;
209 EnvironmentType getEnvironment() const { return Environment; }
428 void setEnvironment(EnvironmentType Kind);
503 static const char *getEnvironmentTypeName(EnvironmentType Kind);
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h91 SmallVector<Triple::EnvironmentType, 1> UnsupportedEnvironments;
/external/llvm/lib/Support/
H A DTriple.cpp161 const char *Triple::getEnvironmentTypeName(EnvironmentType Kind) {
177 llvm_unreachable("Invalid EnvironmentType!");
337 static Triple::EnvironmentType parseEnvironment(StringRef EnvironmentName) {
338 return StringSwitch<Triple::EnvironmentType>(EnvironmentName)
446 EnvironmentType Environment = UnknownEnvironment;
740 void Triple::setEnvironment(EnvironmentType Kind) {
/external/lldb/source/Core/
H A DArchSpec.cpp792 const llvm::Triple::EnvironmentType lhs_triple_env = lhs_triple.getEnvironment();
793 const llvm::Triple::EnvironmentType rhs_triple_env = rhs_triple.getEnvironment();
/external/llvm/unittests/ADT/
H A DTripleTest.cpp209 C[3] = Triple::getEnvironmentTypeName(Triple::EnvironmentType(Env));

Completed in 1507 milliseconds