Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp250 memset(&SegLC, 0, sizeof(SegLC)); 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()
261 SegLC.nsects = NumSections; in startSynthesis()
262 SegLC.flags = 0; in startSynthesis()
[all …]