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.cpp1614 MachO::segment_command_64 SegLC; in populateObjCRuntimeObject() local
1615 memset(&SegLC, 0, sizeof(SegLC)); in populateObjCRuntimeObject()
1616 memcpy(SegLC.segname, Name.data(), Name.size()); in populateObjCRuntimeObject()
1617 SegLC.cmd = MachO::LC_SEGMENT_64; in populateObjCRuntimeObject()
1618 SegLC.cmdsize = sizeof(MachO::segment_command_64) + in populateObjCRuntimeObject()
1620 SegLC.nsects = Secs.size(); in populateObjCRuntimeObject()
1621 WriteMachOStruct(SegLC); in populateObjCRuntimeObject()