Searched refs:getCompilerRTPath (Results 1 – 9 of 9) sorted by relevance
105 std::string getCompilerRTPath() const override;
430 SmallString<256> Path(ToolChain::getCompilerRTPath()); in getCompilerRT()
284 CmdArgs.push_back(Args.MakeArgString(ToolChain.getCompilerRTPath())); in ConstructJob()
550 std::string HexagonToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in HexagonToolChain
241 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
157 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
509 virtual std::string getCompilerRTPath() const;
621 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain697 SmallString<128> OldPath(getCompilerRTPath()); in getCompilerRT()
2239 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()6176 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()