Searched refs:getCompilerRTPath (Results 1 – 9 of 9) sorted by relevance
104 std::string getCompilerRTPath() const override;
430 SmallString<256> Path(ToolChain::getCompilerRTPath()); in getCompilerRT()
272 CmdArgs.push_back(Args.MakeArgString(ToolChain.getCompilerRTPath())); in ConstructJob()
540 std::string HexagonToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in HexagonToolChain
236 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
148 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
490 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain560 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT()
2154 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()5902 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()
475 virtual std::string getCompilerRTPath() const;