Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h204 enum EnvironmentType { enum
258 EnvironmentType Environment;
325 EnvironmentType getEnvironment() const { return Environment; } in getEnvironment()
531 EnvironmentType Env = getEnvironment(); in isGNUEnvironment()
810 EnvironmentType Env = getEnvironment(); in isX32()
850 void setEnvironment(EnvironmentType Kind);
960 static StringRef getEnvironmentTypeName(EnvironmentType Kind);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h37 llvm::Triple::EnvironmentType FromEnv, in OSEnvPair()
39 llvm::Triple::EnvironmentType ToEnv) in OSEnvPair()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp73 const llvm::Triple::EnvironmentType os_env = in CreateInstance()
81 case llvm::Triple::EnvironmentType::MacABI: in CreateInstance()
82 case llvm::Triple::EnvironmentType::Simulator: in CreateInstance()
83 case llvm::Triple::EnvironmentType::UnknownEnvironment: in CreateInstance()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp231 StringRef Triple::getEnvironmentTypeName(EnvironmentType Kind) { in getEnvironmentTypeName()
544 static Triple::EnvironmentType parseEnvironment(StringRef EnvironmentName) { in parseEnvironment()
545 return StringSwitch<Triple::EnvironmentType>(EnvironmentName) in parseEnvironment()
785 StringSwitch<Triple::EnvironmentType>(Components[0]) in Triple()
858 EnvironmentType Environment = UnknownEnvironment; in normalize()
1220 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp938 static bool IsCompatibleEnvironment(llvm::Triple::EnvironmentType lhs, in IsCompatibleEnvironment()
939 llvm::Triple::EnvironmentType rhs) { in IsCompatibleEnvironment()
997 const llvm::Triple::EnvironmentType lhs_triple_env = in IsEqualTo()
999 const llvm::Triple::EnvironmentType rhs_triple_env = in IsEqualTo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp144 Triple.getEnvironment() == llvm::Triple::EnvironmentType::MSVC) in unescapeCommandLine()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h180 void setTripleEnvironment(llvm::Triple::EnvironmentType Env);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp197 triple.setEnvironment(llvm::Triple::EnvironmentType::Android); in GetArchitecture()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp43 llvm::Triple::EnvironmentType TargetEnvironment = in getMultiarchTriple()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp91 void ToolChain::setTripleEnvironment(llvm::Triple::EnvironmentType Env) { in setTripleEnvironment()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1187 llvm::Triple::EnvironmentType::Android); in RefineModuleDetailsFromNote()