Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1568 MachO::segment_command_64 SegLC; in populateObjCRuntimeObject() local
1569 memset(&SegLC, 0, sizeof(SegLC)); in populateObjCRuntimeObject()
1570 memcpy(SegLC.segname, Name.data(), Name.size()); in populateObjCRuntimeObject()
1571 SegLC.cmd = MachO::LC_SEGMENT_64; in populateObjCRuntimeObject()
1572 SegLC.cmdsize = sizeof(MachO::segment_command_64) + in populateObjCRuntimeObject()
1574 SegLC.nsects = Secs.size(); in populateObjCRuntimeObject()
1575 WriteMachOStruct(SegLC); in populateObjCRuntimeObject()