Searched refs:getCompilerRTPath (Results 1 – 8 of 8) sorted by relevance
51 std::string getCompilerRTPath() const override;
161 std::string BareMetal::getCompilerRTPath() const { return getRuntimesDir(); } in getCompilerRTPath() function in BareMetal
265 ToolChain.getCompilerRTPath().c_str())); in ConstructJob()
210 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
432 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
412 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain479 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT()
1849 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()5117 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()
434 virtual std::string getCompilerRTPath() const;