Searched refs:MainAddr (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 184 int cc1_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) { in cc1_main() argument 227 CompilerInvocation::GetResourcesPath(Argv0, MainAddr); in cc1_main()
|
| H A D | driver.cpp | 207 void *MainAddr); 209 void *MainAddr); 211 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 | 563 int cc1as_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) { in cc1as_main() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 215 static std::string GetResourcesPath(const char *Argv0, void *MainAddr);
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.h | 186 const char *Argv0, void *MainAddr);
|
| H A D | ToolRunner.cpp | 206 void *MainAddr) { in FindProgramByName() argument 210 std::string Main = sys::fs::getMainExecutable(Argv0, MainAddr); in FindProgramByName()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 459 void *MainAddr) { in injectResourceDir() argument 467 ("-resource-dir=" + CompilerInvocation::GetResourcesPath(Argv0, MainAddr)) in injectResourceDir()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | OrcRPCTPCServer.h | 381 int64_t(JITTargetAddress MainAddr,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 193 std::string getMainExecutable(const char *argv0, void *MainAddr) { 309 int err = dladdr(MainAddr, &DLInfo);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 2800 void *MainAddr) { in GetResourcesPath() argument 2802 llvm::sys::fs::getMainExecutable(Argv0, MainAddr); in GetResourcesPath()
|