Searched refs:MainAddr (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/tools/driver/ |
| H A D | cc1_main.cpp | 168 int cc1_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) { in cc1_main() argument 202 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
|
| H A D | driver.cpp | 203 void *MainAddr); 205 void *MainAddr); 207 const char *Argv0, void *MainAddr);
|
| H A D | cc1gen_reproducer_main.cpp | 157 void *MainAddr) { in cc1gen_reproducer_main() argument
|
| H A D | cc1as_main.cpp | 534 int cc1as_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) { in cc1as_main() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 168 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | ToolRunner.h | 187 const char *Argv0, void *MainAddr);
|
| H A D | ToolRunner.cpp | 207 void *MainAddr) { in FindProgramByName() argument 211 std::string Main = sys::fs::getMainExecutable(Argv0, MainAddr); in FindProgramByName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 406 void *MainAddr) { in injectResourceDir() argument 414 CompilerInvocation::GetResourcesPath(Argv0, MainAddr)); in injectResourceDir()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 161 std::string getMainExecutable(const char *argv0, void *MainAddr) { 216 int err = dladdr(MainAddr, &DLInfo);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1894 void *MainAddr) { in GetResourcesPath() argument 1896 llvm::sys::fs::getMainExecutable(Argv0, MainAddr); in GetResourcesPath()
|