Searched defs:GetProgramPath (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Driver/
H A DToolChain.cpp147 std::string ToolChain::GetProgramPath(const char *Name) const { function in class:ToolChain
148 return D.GetProgramPath(Name, *this);
158 return GetProgramPath("ld");
163 std::string LinkerPath(GetProgramPath(LinkerName.c_str()));
171 return GetProgramPath("ld");
H A DDriver.cpp752 llvm::outs() << GetProgramPath(A->getValue(), TC) << "\n";
1796 std::string Driver::GetProgramPath(const char *Name, function in class:Driver

Completed in 241 milliseconds