Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp141 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes);
182 std::string Path = GetExecutablePath(Argv0, /*CanonicalPrefixes=*/true); in cc1gen_reproducer_main()
H A Ddriver.cpp59 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath() function
72 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()
/openbsd-src/gnu/llvm/clang/tools/arcmt-test/
H A Darcmt-test.cpp66 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function
69 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()
344 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-config/
H A Dllvm-config.cpp248 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function
251 void *P = (void *)(intptr_t)GetExecutablePath; in GetExecutablePath()
292 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0])); in main()