Home
last modified time | relevance | path

Searched refs:AutoRegisterCode (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp82 [](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 DEPCDebugObjectRegistrar.h34 bool AutoRegisterCode) = 0;
46 bool AutoRegisterCode) override;
H A DDebugObjectManagerPlugin.h71 bool RequireDebugSections, bool AutoRegisterCode);
101 bool AutoRegisterCode; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDebugObjectRegistrar.cpp53 bool AutoRegisterCode) { in registerDebugObject() argument
55 RegisterFn, TargetMem, AutoRegisterCode); in registerDebugObject()
H A DDebugObjectManagerPlugin.cpp392 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 DDebuggerSupportPlugin.cpp281 static constexpr bool AutoRegisterCode = true; in completeSynthesisAndRegister() local
286 RegisterActionAddr, R.getRange(), AutoRegisterCode)), in completeSynthesisAndRegister()