Home
last modified time | relevance | path

Searched refs:GetExecutablePath (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/tools/driver/
Dcc1gen_reproducer_main.cpp140 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes);
181 std::string Path = GetExecutablePath(Argv0, /*CanonicalPrefixes=*/true); in cc1gen_reproducer_main()
Ddriver.cpp57 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath() function
70 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()