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

/freebsd-10.1-release/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;
319 (void*) (intptr_t) GetExecutablePath);
322 (void*) (intptr_t) GetExecutablePath);
344 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes);

Completed in 98 milliseconds