Lines Matching defs:SectIdx
3499 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) {
3500 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress();
3501 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize();
3507 ((*(info->Sections))[SectIdx]).getName();
3513 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl();
3519 S = (*(info->Sections))[SectIdx];
3523 ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName());
7433 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) {
7434 Expected<StringRef> SecNameOrErr = Sections[SectIdx].getName();
7442 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
7449 unwrapOrError(Sections[SectIdx].getContents(), Filename);
7451 uint64_t SectAddress = Sections[SectIdx].getAddress();
7479 SymbolizerInfo.S = Sections[SectIdx];
7485 ThumbSymbolizerInfo.S = Sections[SectIdx];
7511 bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]);
7542 uint64_t SectSize = Sections[SectIdx].getSize();
7544 uint64_t SectionAddress = Sections[SectIdx].getAddress();
7563 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]);
7649 DILineInfo dli = diContext->getLineInfoForAddress({PC, SectIdx});
7690 uint64_t SectAddress = Sections[SectIdx].getAddress();
7691 uint64_t SectSize = Sections[SectIdx].getSize();