Searched refs:GetResourcesPath (Results 1 – 7 of 7) sorted by relevance
227 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
215 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
87 CompilerInvocation::GetResourcesPath(Argv[0], nullptr); in CreateCI()
310 static std::string GetResourcesPath(StringRef BinaryPath,
467 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
2799 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath() function in CompilerInvocation2803 return Driver::GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in GetResourcesPath()
107 std::string Driver::GetResourcesPath(StringRef BinaryPath, in GetResourcesPath() function in Driver169 ResourceDir = GetResourcesPath(ClangExecutable, CLANG_RESOURCE_DIR); in Driver()