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

References

tools/llvm-objdump/MachODump.cpp
 7308   getSectionsAndSymbols(MachOOF, Sections, Symbols, FoundFns,
 7317     BaseAddress = Sections[0].getAddress();
 7429   for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) {
 7430     Expected<StringRef> SecNameOrErr = Sections[SectIdx].getName();
 7438     DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
 7445         unwrapOrError(Sections[SectIdx].getContents(), Filename);
 7447     uint64_t SectAddress = Sections[SectIdx].getAddress();
 7475     SymbolizerInfo.S = Sections[SectIdx];
 7477     SymbolizerInfo.Sections = &Sections;
 7481     ThumbSymbolizerInfo.S = Sections[SectIdx];
 7483     ThumbSymbolizerInfo.Sections = &Sections;
 7507       bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]);
 7538       uint64_t SectSize = Sections[SectIdx].getSize();
 7540       uint64_t SectionAddress = Sections[SectIdx].getAddress();
 7559               Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]);
 7685       uint64_t SectAddress = Sections[SectIdx].getAddress();
 7686       uint64_t SectSize = Sections[SectIdx].getSize();