Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp249 typename MachOTraits::SegmentLC SegLC; in startSynthesis() local
250 memset(&SegLC, 0, sizeof(SegLC)); in startSynthesis()
251 SegLC.cmd = MachOTraits::SegmentCmd; in startSynthesis()
252 SegLC.cmdsize = SegmentLCSize; in startSynthesis()
253 SegLC.vmaddr = ContainerBlockSize; in startSynthesis()
254 SegLC.vmsize = DebugSectionsSize; in startSynthesis()
255 SegLC.fileoff = ContainerBlockSize; in startSynthesis()
256 SegLC.filesize = DebugSectionsSize; in startSynthesis()
257 SegLC.maxprot = in startSynthesis()
259 SegLC.initprot = in startSynthesis()
[all …]