Home
last modified time | relevance | path

Searched defs:MainAddr (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp63 __anonaecf5d2c0402(ExecutorAddr MainAddr) runAsVoidFunctionWrapper() argument
73 __anonaecf5d2c0502(ExecutorAddr MainAddr, int32_t Arg) runAsIntFunctionWrapper() argument
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp200 auto MainAddr = ExitOnErr(J->lookup("main")); in main() local
/llvm-project/clang-tools-extra/clang-doc/tool/
H A DClangDocMain.cpp136 std::string getExecutablePath(const char *Argv0, void *MainAddr) { in getExecutablePath() argument
163 void *MainAddr = (void *)(intptr_t)getExecutablePath; in getDefaultAssetFiles() local
/llvm-project/clang/tools/arcmt-test/
H A Darcmt-test.cpp69 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath() local
344 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main() local
/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp204 cc1_main(ArrayRef<const char * > Argv,const char * Argv0,void * MainAddr) cc1_main() argument
H A Dcc1gen_reproducer_main.cpp163 cc1gen_reproducer_main(ArrayRef<const char * > Argv,const char * Argv0,void * MainAddr,const llvm::ToolContext & ToolContext) cc1gen_reproducer_main() argument
H A Dcc1as_main.cpp639 cc1as_main(ArrayRef<const char * > Argv,const char * Argv0,void * MainAddr) cc1as_main() argument
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp230 auto MainAddr = ExitOnErr(J->lookup(MainFunctionName)); in main() local
/llvm-project/clang/tools/c-index-test/
H A Dcore_main.cpp339 void *MainAddr = (void*) (intptr_t) indextest_core_main; indextest_core_main() local
/llvm-project/clang/lib/Tooling/
H A DTooling.cpp505 injectResourceDir(CommandLineArguments & Args,const char * Argv0,void * MainAddr) injectResourceDir() argument
/llvm-project/llvm/tools/lli/
H A Dlli.cpp1166 auto MainAddr = ExitOnErr(J->lookup(EntryFunc)); runOrcJIT() local
/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp206 void *MainAddr) { in FindProgramByName()
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3096 GetResourcesPath(const char * Argv0,void * MainAddr) GetResourcesPath() argument