Searched refs:AutoRegisterCode (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | JITLoaderGDB.cpp | 81 [](ExecutorAddrRange R, bool AutoRegisterCode) { in llvm_orc_registerJITLoaderGDBAllocAction() argument 85 if (AutoRegisterCode) in llvm_orc_registerJITLoaderGDBAllocAction() 97 [](ExecutorAddrRange R, bool AutoRegisterCode) { in llvm_orc_registerJITLoaderGDBWrapper() argument 101 if (AutoRegisterCode) in llvm_orc_registerJITLoaderGDBWrapper()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCDebugObjectRegistrar.h | 35 bool AutoRegisterCode) = 0; 47 bool AutoRegisterCode) override;
|
| H A D | DebugObjectManagerPlugin.h | 72 bool RequireDebugSections, bool AutoRegisterCode); 102 bool AutoRegisterCode; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCDebugObjectRegistrar.cpp | 50 bool AutoRegisterCode) { in registerDebugObject() argument 52 RegisterFn, TargetMem, AutoRegisterCode); in registerDebugObject()
|
| H A D | DebugObjectManagerPlugin.cpp | 391 bool RequireDebugSections, bool AutoRegisterCode) in DebugObjectManagerPlugin() argument 394 AutoRegisterCode(AutoRegisterCode) {} in DebugObjectManagerPlugin() 468 Target->registerDebugObject(*TargetMem, AutoRegisterCode)) { in notifyEmitted()
|
| H A D | DebuggerSupportPlugin.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 287 static constexpr bool AutoRegisterCode = true; in completeSynthesisAndRegister() local 292 RegisterActionAddr, R.getRange(), AutoRegisterCode)), in completeSynthesisAndRegister()
|