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

References

tools/llvm-objcopy/MachO/MachOReader.cpp
  144       O.FunctionStartsCommandIndex = O.LoadCommands.size();
  247   if (!O.FunctionStartsCommandIndex)
  250       O.LoadCommands[*O.FunctionStartsCommandIndex]
tools/llvm-objcopy/MachO/MachOWriter.cpp
  102   if (O.FunctionStartsCommandIndex) {
  104         O.LoadCommands[*O.FunctionStartsCommandIndex]
  392   if (!O.FunctionStartsCommandIndex)
  395       O.LoadCommands[*O.FunctionStartsCommandIndex]
  458   if (O.FunctionStartsCommandIndex) {
  460         O.LoadCommands[*O.FunctionStartsCommandIndex]