Home
last modified time | relevance | path

Searched refs:getCompilerRTPath (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h509 virtual std::string getCompilerRTPath() const;
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp284 CmdArgs.push_back(Args.MakeArgString(ToolChain.getCompilerRTPath())); in ConstructJob()
H A DHexagon.cpp549 std::string HexagonToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in HexagonToolChain
H A DMinGW.cpp241 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
H A DMSVC.cpp157 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp621 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain
697 SmallString<128> OldPath(getCompilerRTPath()); in getCompilerRT()
H A DDriver.cpp2239 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()
6176 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()