Searched refs:GetExecutablePath (Results 1 – 4 of 4) sorted by relevance
141 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes);182 std::string Path = GetExecutablePath(Argv0, /*CanonicalPrefixes=*/true); in cc1gen_reproducer_main()
59 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath() function72 void *P = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()358 void *GetExecutablePathVP = (void *)(intptr_t)GetExecutablePath; in ExecuteCC1Tool()482 std::string Path = GetExecutablePath(Args[0], CanonicalPrefixes); in clang_main()
66 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function69 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()344 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()
248 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function251 void *P = (void *)(intptr_t)GetExecutablePath; in GetExecutablePath()292 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0])); in main()