Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.h105 std::string getCompilerRTPath() const override;
H A DBareMetal.h79 std::string getCompilerRTPath() const override;
H A DBareMetal.cpp195 std::string BareMetal::getCompilerRTPath() const { in getCompilerRTPath() function in BareMetal
202 return ToolChain::getCompilerRTPath(); in getCompilerRTPath()
H A DAVR.cpp506 SmallString<256> Path(ToolChain::getCompilerRTPath()); in getCompilerRT()
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.cpp256 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
H A DMSVC.cpp161 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp708 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain
787 SmallString<128> OldPath(getCompilerRTPath()); in getCompilerRT()
859 AddLibSearchPathIfExists(getCompilerRTPath()); in addFortranRuntimeLibraryPath()
H A DDriver.cpp2539 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()
6535 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h513 virtual std::string getCompilerRTPath() const;