Home
last modified time | relevance | path

Searched refs:EnvironmentType (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DTriple.h192 enum EnvironmentType { enum
241 EnvironmentType Environment;
308 EnvironmentType getEnvironment() const { return Environment; } in getEnvironment()
512 EnvironmentType Env = getEnvironment(); in isGNUEnvironment()
722 void setEnvironment(EnvironmentType Kind);
826 static StringRef getEnvironmentTypeName(EnvironmentType Kind);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DTriple.cpp217 StringRef Triple::getEnvironmentTypeName(EnvironmentType Kind) { in getEnvironmentTypeName()
513 static Triple::EnvironmentType parseEnvironment(StringRef EnvironmentName) { in parseEnvironment()
514 return StringSwitch<Triple::EnvironmentType>(EnvironmentName) in parseEnvironment()
724 StringSwitch<Triple::EnvironmentType>(Components[0]) in Triple()
797 EnvironmentType Environment = UnknownEnvironment; in normalize()
1158 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArchSpec.cpp1020 static bool IsCompatibleEnvironment(llvm::Triple::EnvironmentType lhs, in IsCompatibleEnvironment()
1021 llvm::Triple::EnvironmentType rhs) { in IsCompatibleEnvironment()
1092 const llvm::Triple::EnvironmentType lhs_triple_env = in IsEqualTo()
1094 const llvm::Triple::EnvironmentType rhs_triple_env = in IsEqualTo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp142 Triple.getEnvironment() == llvm::Triple::EnvironmentType::MSVC) in unescapeCommandLine()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h158 void setTripleEnvironment(llvm::Triple::EnvironmentType Env);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp223 triple.setEnvironment(llvm::Triple::EnvironmentType::Android); in GetArchitecture()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp94 void ToolChain::setTripleEnvironment(llvm::Triple::EnvironmentType Env) { in setTripleEnvironment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DLinux.cpp44 llvm::Triple::EnvironmentType TargetEnvironment = in getMultiarchTriple()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1347 llvm::Triple::EnvironmentType::Android); in RefineModuleDetailsFromNote()