Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp207 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
H A DMSVC.cpp431 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp409 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain
476 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT()
H A DDriver.cpp1857 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()
5095 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h430 virtual std::string getCompilerRTPath() const;