Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.h105 std::string getCompilerRTPath() const override;
H A DAVR.cpp430 SmallString<256> Path(ToolChain::getCompilerRTPath()); in getCompilerRT()
H A DNetBSD.cpp281 CmdArgs.push_back(Args.MakeArgString(ToolChain.getCompilerRTPath())); in ConstructJob()
H A DHexagon.cpp547 std::string HexagonToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in HexagonToolChain
H A DMinGW.cpp238 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
H A DMSVC.cpp148 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h498 virtual std::string getCompilerRTPath() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp597 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain
669 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT()
H A DDriver.cpp2201 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()
6092 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()