Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.h40 GDBJITDebugInfoRegistrationPlugin(ExecutorAddr RegisterActionAddr) in GDBJITDebugInfoRegistrationPlugin() argument
41 : RegisterActionAddr(RegisterActionAddr) {} in GDBJITDebugInfoRegistrationPlugin()
58 ExecutorAddr RegisterActionAddr; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp49 MachODebugObjectSynthesizerBase(LinkGraph &G, ExecutorAddr RegisterActionAddr) in MachODebugObjectSynthesizerBase() argument
50 : G(G), RegisterActionAddr(RegisterActionAddr) {} in MachODebugObjectSynthesizerBase()
92 ExecutorAddr RegisterActionAddr; member in __anon091185a40111::MachODebugObjectSynthesizerBase
355 RegisterActionAddr, R.getRange())), in completeSynthesisAndRegister()
375 auto RegisterActionAddr = in Create() local
380 if (auto Addr = ES.lookup({&ProcessJD}, RegisterActionAddr)) in Create()
455 LG, RegisterActionAddr); in modifyPassConfigForMachO()