HomeSort by: relevance | last modified time | path
    Searched refs:CanonicalPrefixes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/driver/
driver.cpp 57 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) {
58 if (!CanonicalPrefixes) {
303 Driver &TheDriver, bool CanonicalPrefixes) {
316 if (CanonicalPrefixes)
420 bool CanonicalPrefixes = true;
426 CanonicalPrefixes = false;
462 std::string Path = GetExecutablePath(Args[0], CanonicalPrefixes);
492 SetInstallDir(Args, TheDriver, CanonicalPrefixes);
cc1gen_reproducer_main.cpp 140 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes);
181 std::string Path = GetExecutablePath(Argv0, /*CanonicalPrefixes=*/true);

Completed in 18 milliseconds