Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp1222 return setEnvironmentName(getEnvironmentTypeName(Kind)); in setEnvironment()
1224 setEnvironmentName((getEnvironmentTypeName(Kind) + Twine("-") + in setEnvironment()
1230 return setEnvironmentName(getObjectFormatTypeName(Kind)); in setObjectFormat()
1232 setEnvironmentName((getEnvironmentTypeName(Environment) + Twine("-") + in setObjectFormat()
1259 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName() function in Triple
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h872 void setEnvironmentName(StringRef Str);
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp1375 Triple.setEnvironmentName((Twine("msvc") + MSVT.getAsString()).str()); in ComputeEffectiveClangTriple()
1377 Triple.setEnvironmentName( in ComputeEffectiveClangTriple()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1295 m_host_arch.GetTriple().setEnvironmentName(environment); in GetHostInfo()
2165 triple.setEnvironmentName(environment); in GetCurrentProcessInfo()
2198 m_process_arch.GetTriple().setEnvironmentName(llvm::StringRef(environment)); in GetCurrentProcessInfo()
2201 m_host_arch.GetTriple().setEnvironmentName(llvm::StringRef(environment)); in GetCurrentProcessInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp542 Target.setEnvironmentName(""); in computeTargetTriple()