Searched refs:RegisterActionAddr (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.h | 40 GDBJITDebugInfoRegistrationPlugin(ExecutorAddr RegisterActionAddr) in GDBJITDebugInfoRegistrationPlugin() argument 41 : RegisterActionAddr(RegisterActionAddr) {} in GDBJITDebugInfoRegistrationPlugin() 58 ExecutorAddr RegisterActionAddr; variable
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 40 MachODebugObjectSynthesizerBase(LinkGraph &G, ExecutorAddr RegisterActionAddr) in MachODebugObjectSynthesizerBase() argument 41 : G(G), RegisterActionAddr(RegisterActionAddr) {} in MachODebugObjectSynthesizerBase() 84 ExecutorAddr RegisterActionAddr; member in __anon35c4419d0111::MachODebugObjectSynthesizerBase 91 ExecutorAddr RegisterActionAddr) in MachODebugObjectSynthesizer() argument 92 : MachODebugObjectSynthesizerBase(G, RegisterActionAddr), in MachODebugObjectSynthesizer() 286 RegisterActionAddr, R.getRange(), AutoRegisterCode)), in completeSynthesisAndRegister() 327 auto RegisterActionAddr = in Create() local 332 if (auto RegisterSym = ES.lookup({&ProcessJD}, RegisterActionAddr)) in Create() 407 MR.getTargetJITDylib().getExecutionSession(), LG, RegisterActionAddr); in modifyPassConfigForMachO()
|