Searched defs:EnvironmentType (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h104 enum EnvironmentType { enum in class:llvm::Triple
126 mutable EnvironmentType Environment;
132 static EnvironmentType ParseEnvironment(StringRef EnvironmentName);
191 EnvironmentType getEnvironment() const {
308 void setEnvironment(EnvironmentType Kind);
363 static const char *getEnvironmentTypeName(EnvironmentType Kind);
/external/llvm/include/llvm/ADT/
H A DTriple.h173 enum EnvironmentType { enum in class:llvm::Triple
219 EnvironmentType Environment;
280 EnvironmentType getEnvironment() const { return Environment; }
478 EnvironmentType Env = getEnvironment();
611 void setEnvironment(EnvironmentType Kind);
709 static const char *getEnvironmentTypeName(EnvironmentType Kind);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTriple.h179 enum EnvironmentType { enum in class:llvm::Triple
227 EnvironmentType Environment;
288 EnvironmentType getEnvironment() const { return Environment; }
490 EnvironmentType Env = getEnvironment();
628 void setEnvironment(EnvironmentType Kind);
726 static StringRef getEnvironmentTypeName(EnvironmentType Kind);

Completed in 151 milliseconds