Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DBareMetal.h53 std::string getCompilerRTPath() const override;
H A DHexagon.h104 std::string getCompilerRTPath() const override;
H A DBareMetal.cpp176 std::string BareMetal::getCompilerRTPath() const { return getRuntimesDir(); } in getCompilerRTPath() function in BareMetal
H A DNetBSD.cpp271 CmdArgs.push_back(Args.MakeArgString(ToolChain.getCompilerRTPath())); in ConstructJob()
H A DMinGW.cpp215 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
H A DHexagon.cpp539 std::string HexagonToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in HexagonToolChain
H A DMSVC.cpp149 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp460 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain
527 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT()
H A DDriver.cpp2038 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()
5822 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h463 virtual std::string getCompilerRTPath() const;