reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7429 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { 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]; 7481 ThumbSymbolizerInfo.S = Sections[SectIdx]; 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]); 7643 DILineInfo dli = diContext->getLineInfoForAddress({PC, SectIdx}); 7685 uint64_t SectAddress = Sections[SectIdx].getAddress(); 7686 uint64_t SectSize = Sections[SectIdx].getSize();