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

References

tools/llvm-objcopy/MachO/MachOReader.cpp
  141       O.DataInCodeCommandIndex = O.LoadCommands.size();
  236   if (!O.DataInCodeCommandIndex)
  239       O.LoadCommands[*O.DataInCodeCommandIndex]
tools/llvm-objcopy/MachO/MachOWriter.cpp
   92   if (O.DataInCodeCommandIndex) {
   94         O.LoadCommands[*O.DataInCodeCommandIndex]
  380   if (!O.DataInCodeCommandIndex)
  383       O.LoadCommands[*O.DataInCodeCommandIndex]
  448   if (O.DataInCodeCommandIndex) {
  450         O.LoadCommands[*O.DataInCodeCommandIndex]