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

Declarations

tools/llvm-objcopy/MachO/Object.h
  112   const SymbolEntry *getSymbolByIndex(uint32_t Index) const;

References

tools/llvm-objcopy/MachO/MachOReader.cpp
  211           Reloc.Symbol = O.SymTable.getSymbolByIndex(Info->r_symbolnum);