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

/freebsd-10-stable/contrib/llvm/tools/clang/tools/driver/
H A Ddriver.cpp53 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { function
59 void *P = (void*) (intptr_t) GetExecutablePath;
317 (void*) (intptr_t) GetExecutablePath);
320 (void*) (intptr_t) GetExecutablePath);
342 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes);

Completed in 112 milliseconds