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

References

tools/llvm-objdump/MachODump.cpp
 7498     for (unsigned SymIdx = 0; SymIdx != Symbols.size(); SymIdx++) {
 7498     for (unsigned SymIdx = 0; SymIdx != Symbols.size(); SymIdx++) {
 7500           unwrapOrError(Symbols[SymIdx].getName(), MachOOF->getFileName());
 7502           unwrapOrError(Symbols[SymIdx].getType(), MachOOF->getFileName());
 7507       bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]);
 7539       uint64_t Start = Symbols[SymIdx].getValue();
 7553       uint64_t NextSymIdx = SymIdx + 1;
 7572       DataRefImpl Symb = Symbols[SymIdx].getRawDataRefImpl();