HomeSort by relevance Sort by last modified time
    Searched defs:GetProgramPath (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
ToolChain.cpp 147 std::string ToolChain::GetProgramPath(const char *Name) const {
148 return D.GetProgramPath(Name, *this);
158 return GetProgramPath("ld");
163 std::string LinkerPath(GetProgramPath(LinkerName.c_str()));
171 return GetProgramPath("ld");
Driver.cpp 752 llvm::outs() << GetProgramPath(A->getValue(), TC) << "\n";
    [all...]

Completed in 141 milliseconds