Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
H A DMachOPlatform.cpp1631 MachO::segment_command_64 SegLC; in populateObjCRuntimeObject() local
1632 memset(&SegLC, 0, sizeof(SegLC)); in populateObjCRuntimeObject()
1633 memcpy(SegLC.segname, Name.data(), Name.size()); in populateObjCRuntimeObject()
1634 SegLC.cmd = MachO::LC_SEGMENT_64; in populateObjCRuntimeObject()
1635 SegLC.cmdsize = sizeof(MachO::segment_command_64) + in populateObjCRuntimeObject()
1637 SegLC.nsects = Secs.size(); in populateObjCRuntimeObject()
1638 WriteMachOStruct(SegLC); in populateObjCRuntimeObject()