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

References

tools/dsymutil/MachOUtils.cpp
  368   MachO::symtab_command SymtabCmd = InputBinary.getSymtabLoadCommand();
  378   for (auto &LCI : InputBinary.load_commands()) {
  383       UUIDCmd = InputBinary.getUuidCommand(LCI);
  390       Cmd = InputBinary.getBuildVersionLoadCommand(LCI);
  405       isExecutable(InputBinary) && hasLinkEditSegment(InputBinary);
  405       isExecutable(InputBinary) && hasLinkEditSegment(InputBinary);
  414   iterateOnSegments(InputBinary, [&](const MachO::segment_command_64 &Segment) {
  451     NumSyms = transferSymbols(InputBinary, NewSymtab, NewStrings);
  492   for (auto &LCI : InputBinary.load_commands()) {
  494       transferSegmentAndSections(LCI, InputBinary.getSegmentLoadCommand(LCI),
  495                                  InputBinary, Writer, SymtabStart,
  499       transferSegmentAndSections(LCI, InputBinary.getSegment64LoadCommand(LCI),
  500                                  InputBinary, Writer, SymtabStart,