Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp186 MachOContainerBlock = &G.createMutableContentBlock( in startSynthesis()
190 orc::ExecutorAddr NextBlockAddr(MachOContainerBlock->getSize()); in startSynthesis()
224 NextBlockAddr - orc::ExecutorAddr(MachOContainerBlock->getSize()); in startSynthesis()
227 MachOStructWriter Writer(MachOContainerBlock->getAlreadyMutableContent()); in startSynthesis()
288 if (!MachOContainerBlock) { in completeSynthesisAndRegister()
301 MachOContainerBlock->getAlreadyMutableContent().drop_front( in completeSynthesisAndRegister()
351 SectionRange R(MachOContainerBlock->getSection()); in completeSynthesisAndRegister()
361 Block *MachOContainerBlock = nullptr; member in __anon091185a40111::MachODebugObjectSynthesizer