Searched refs:getCompilerRTPath (Results 1 – 10 of 10) sorted by relevance
53 std::string getCompilerRTPath() const override;
104 std::string getCompilerRTPath() const override;
176 std::string BareMetal::getCompilerRTPath() const { return getRuntimesDir(); } in getCompilerRTPath() function in BareMetal
271 CmdArgs.push_back(Args.MakeArgString(ToolChain.getCompilerRTPath())); in ConstructJob()
215 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
539 std::string HexagonToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in HexagonToolChain
149 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
460 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain527 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT()
2038 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()5822 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()
463 virtual std::string getCompilerRTPath() const;