Home
last modified time | relevance | path

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

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