HomeSort by relevance Sort by last modified time
    Searched refs:GetProgramPath (Results 1 - 5 of 5) 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");
Tools.cpp     [all...]
Driver.cpp 752 llvm::outs() << GetProgramPath(A->getValue(), TC) << "\n";
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 328 /// GetProgramPath - Lookup \p Name in the list of program search paths.
334 std::string GetProgramPath(const char *Name, const ToolChain &TC) const;
ToolChain.h 159 std::string GetProgramPath(const char *Name) const;

Completed in 122 milliseconds