Searched refs:AutoRegisterCode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | JITLoaderGDB.cpp | 82 [](ExecutorAddrRange R, bool AutoRegisterCode) { in llvm_orc_registerJITLoaderGDBAllocAction() argument 86 if (AutoRegisterCode) in llvm_orc_registerJITLoaderGDBAllocAction() 98 [](ExecutorAddrRange R, bool AutoRegisterCode) { in llvm_orc_registerJITLoaderGDBWrapper() argument 102 if (AutoRegisterCode) in llvm_orc_registerJITLoaderGDBWrapper()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCDebugObjectRegistrar.h | 34 bool AutoRegisterCode) = 0; 46 bool AutoRegisterCode) override;
|
| H A D | DebugObjectManagerPlugin.h | 71 bool RequireDebugSections, bool AutoRegisterCode); 101 bool AutoRegisterCode; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCDebugObjectRegistrar.cpp | 53 bool AutoRegisterCode) { in registerDebugObject() argument 55 RegisterFn, TargetMem, AutoRegisterCode); in registerDebugObject()
|
| H A D | DebugObjectManagerPlugin.cpp | 392 bool RequireDebugSections, bool AutoRegisterCode) in DebugObjectManagerPlugin() argument 395 AutoRegisterCode(AutoRegisterCode) {} in DebugObjectManagerPlugin() 469 Target->registerDebugObject(*TargetMem, AutoRegisterCode)) { in notifyEmitted()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 281 static constexpr bool AutoRegisterCode = true; in completeSynthesisAndRegister() local 286 RegisterActionAddr, R.getRange(), AutoRegisterCode)), in completeSynthesisAndRegister()
|