Home
last modified time | relevance | path

Searched refs:RegisterActionAddr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.h42 GDBJITDebugInfoRegistrationPlugin(ExecutorAddr RegisterActionAddr) in GDBJITDebugInfoRegistrationPlugin() argument
43 : RegisterActionAddr(RegisterActionAddr) {} in GDBJITDebugInfoRegistrationPlugin()
60 ExecutorAddr RegisterActionAddr; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp40 MachODebugObjectSynthesizerBase(LinkGraph &G, ExecutorAddr RegisterActionAddr) in MachODebugObjectSynthesizerBase() argument
41 : G(G), RegisterActionAddr(RegisterActionAddr) {} in MachODebugObjectSynthesizerBase()
84 ExecutorAddr RegisterActionAddr; member in __anon8485bb280111::MachODebugObjectSynthesizerBase
91 ExecutorAddr RegisterActionAddr) in MachODebugObjectSynthesizer() argument
92 : MachODebugObjectSynthesizerBase(G, RegisterActionAddr), in MachODebugObjectSynthesizer()
292 RegisterActionAddr, R.getRange(), AutoRegisterCode)), in completeSynthesisAndRegister()
333 auto RegisterActionAddr = in Create() local
338 if (auto RegisterSym = ES.lookup({&ProcessJD}, RegisterActionAddr)) in Create()
413 MR.getTargetJITDylib().getExecutionSession(), LG, RegisterActionAddr); in modifyPassConfigForMachO()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp