Searched refs:GetExecutablePath (Results 1 – 2 of 2) sorted by relevance
140 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes);181 std::string Path = GetExecutablePath(Argv0, /*CanonicalPrefixes=*/true); in cc1gen_reproducer_main()
57 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath() function70 void *P = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()336 void *GetExecutablePathVP = (void *)(intptr_t)GetExecutablePath; in ExecuteCC1Tool()456 std::string Path = GetExecutablePath(Args[0], CanonicalPrefixes); in main()