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()
207 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
431 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob()
409 std::string ToolChain::getCompilerRTPath() const { in getCompilerRTPath() function in ToolChain476 SmallString<128> Path(getCompilerRTPath()); in getCompilerRT()
1857 llvm::outs() << TC.getCompilerRTPath() << '\n'; in HandleImmediateArgs()5095 SmallString<128> P(TC.getCompilerRTPath()); in GetFilePath()
430 virtual std::string getCompilerRTPath() const;