Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1396 return setEnvironmentName(getEnvironmentTypeName(Kind)); in setEnvironment()
1398 setEnvironmentName((getEnvironmentTypeName(Kind) + Twine("-") + in setEnvironment()
1404 return setEnvironmentName(getObjectFormatTypeName(Kind)); in setObjectFormat()
1406 setEnvironmentName((getEnvironmentTypeName(Environment) + Twine("-") + in setObjectFormat()
1433 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName() function in Triple
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp814 Triple.setEnvironmentName((Twine("msvc") + MSVT.getAsString()).str()); in ComputeEffectiveClangTriple()
816 Triple.setEnvironmentName( in ComputeEffectiveClangTriple()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1083 void setEnvironmentName(StringRef Str);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1332 m_host_arch.GetTriple().setEnvironmentName(environment); in GetHostInfo()
2210 triple.setEnvironmentName(environment); in GetCurrentProcessInfo()
2245 m_process_arch.GetTriple().setEnvironmentName(llvm::StringRef(environment)); in GetCurrentProcessInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp686 TripleWithoutLevel.setEnvironmentName("android"); // remove any version number in getFallbackAndroidTargetPath()
H A DDriver.cpp638 Target.setEnvironmentName(""); in computeTargetTriple()