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

References

tools/dsymutil/MachOUtils.cpp
  143     if (LCI.C.cmd == MachO::LC_SEGMENT)
  144       Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI));
  145     else if (LCI.C.cmd == MachO::LC_SEGMENT_64)
  146       Segment = Obj.getSegment64LoadCommand(LCI);