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

References

tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
   80     ++NumLocalSymbols;
   92   MLC.dysymtab_command_data.nlocalsym = NumLocalSymbols;
   93   MLC.dysymtab_command_data.iextdefsym = NumLocalSymbols;
   95   MLC.dysymtab_command_data.iundefsym = NumLocalSymbols + NumExtDefSymbols;
   97       O.SymTable.Symbols.size() - (NumLocalSymbols + NumExtDefSymbols);