Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp355 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain
386 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT()
H A DDriver.cpp4399 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h371 virtual std::string getCompilerRTPath() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp263 ToolChain.getCompilerRTPath().c_str())); in ConstructJob()