Searched refs:getCompilerRTPath (Results 1 – 11 of 11) sorted by relevance
105 std::string getCompilerRTPath() const override;
79 std::string getCompilerRTPath() const override;
195 std::string BareMetal::getCompilerRTPath() const { in getCompilerRTPath() function in BareMetal202 return ToolChain::getCompilerRTPath(); in getCompilerRTPath()
506 SmallString<256> Path(ToolChain::getCompilerRTPath()); in getCompilerRT()
284 CmdArgs.push_back(Args.MakeArgString(ToolChain.getCompilerRTPath())); in ConstructJob()
549 std::string HexagonToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in HexagonToolChain
256 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
161 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
708 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain787 SmallString<128> OldPath(getCompilerRTPath()); in getCompilerRT()859 AddLibSearchPathIfExists(getCompilerRTPath()); in addFortranRuntimeLibraryPath()
2539 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()6535 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()
513 virtual std::string getCompilerRTPath() const;