Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp33 class MachODebugObjectSynthesizerBase class
40 MachODebugObjectSynthesizerBase(LinkGraph &G, ExecutorAddr RegisterActionAddr) in MachODebugObjectSynthesizerBase() function in __anon8485bb280111::MachODebugObjectSynthesizerBase
42 virtual ~MachODebugObjectSynthesizerBase() = default;
88 class MachODebugObjectSynthesizer : public MachODebugObjectSynthesizerBase {
92 : MachODebugObjectSynthesizerBase(G, RegisterActionAddr), in MachODebugObjectSynthesizer()
95 using MachODebugObjectSynthesizerBase::MachODebugObjectSynthesizerBase;
401 if (MachODebugObjectSynthesizerBase::isDebugSection(Sec)) { in modifyPassConfigForMachO()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp