reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 1072     if (Load.C.cmd == MachO::LC_SEGMENT_64) {
 1073       const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);
 1075         const MachO::section_64 Sec = O->getSection64(Load, J);
 1092     } else if (Load.C.cmd == MachO::LC_SEGMENT) {
 1093       const MachO::segment_command Seg = O->getSegmentLoadCommand(Load);
 1095         const MachO::section Sec = O->getSection(Load, J);