Home
last modified time | relevance | path

Searched refs:setEnvironmentName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1549 return setEnvironmentName(getEnvironmentTypeName(Kind)); in setEnvironment()
1551 setEnvironmentName((getEnvironmentTypeName(Kind) + Twine("-") + in setEnvironment()
1557 return setEnvironmentName(getObjectFormatTypeName(Kind)); in setObjectFormat()
1559 setEnvironmentName((getEnvironmentTypeName(Environment) + Twine("-") + in setObjectFormat()
1586 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName() function in Triple
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp817 Triple.setEnvironmentName((Twine("msvc") + MSVT.getAsString()).str()); in ComputeEffectiveClangTriple()
819 Triple.setEnvironmentName( in ComputeEffectiveClangTriple()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1130 void setEnvironmentName(StringRef Str);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1345 m_host_arch.GetTriple().setEnvironmentName(environment); in GetHostInfo()
2239 triple.setEnvironmentName(environment); in GetCurrentProcessInfo()
2274 m_process_arch.GetTriple().setEnvironmentName(llvm::StringRef(environment)); in GetCurrentProcessInfo()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp720 TripleWithoutLevel.setEnvironmentName("android"); // remove any version number in getFallbackAndroidTargetPath()
H A DDriver.cpp650 Target.setEnvironmentName(""); in computeTargetTriple()