Searched refs:GetResourcesPath (Results 1 – 6 of 6) sorted by relevance
99 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
150 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
159 CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
347 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main()
357 CompilerInvocation::GetResourcesPath(Argv0, MainAddr)); in injectResourceDir()
1333 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath() function in CompilerInvocation