Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.h51 std::string getCompilerRTPath() const override;
H A DBareMetal.cpp161 std::string BareMetal::getCompilerRTPath() const { return getRuntimesDir(); } in getCompilerRTPath() function in BareMetal
H A DNetBSD.cpp265 ToolChain.getCompilerRTPath().c_str())); in ConstructJob()
H A DMinGW.cpp210 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
H A DMSVC.cpp432 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp412 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain
479 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT()
H A DDriver.cpp1849 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()
5117 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h434 virtual std::string getCompilerRTPath() const;