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

References

tools/dsymutil/MachOUtils.cpp
  493     if (LCI.C.cmd == MachO::LC_SEGMENT)
  494       transferSegmentAndSections(LCI, InputBinary.getSegmentLoadCommand(LCI),
  494       transferSegmentAndSections(LCI, InputBinary.getSegmentLoadCommand(LCI),
  498     else if (LCI.C.cmd == MachO::LC_SEGMENT_64)
  499       transferSegmentAndSections(LCI, InputBinary.getSegment64LoadCommand(LCI),
  499       transferSegmentAndSections(LCI, InputBinary.getSegment64LoadCommand(LCI),