Searched defs:GetProgramPath (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Driver/ | ||
H A D | ToolChain.cpp | 870 std::string ToolChain::GetProgramPath(const char *Name) const { GetProgramPath() function in ToolChain |
H A D | Driver.cpp | 6199 std::string Driver::GetProgramPath(StringRef Name, const ToolChain &TC) const { GetProgramPath() function in Driver |
/llvm-project/compiler-rt/lib/msan/tests/ | ||
H A D | msan_test.cpp | 3115 static void GetProgramPath(char *buf, size_t sz) { in GetProgramPath() function |