Lines Matching refs:SectIdx

3295   for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) {  in get_pointer_64()  local
3296 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64()
3297 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64()
3303 ((*(info->Sections))[SectIdx]).getName(); in get_pointer_64()
3309 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl(); in get_pointer_64()
3315 S = (*(info->Sections))[SectIdx]; in get_pointer_64()
3319 ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName()); in get_pointer_64()
7455 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleMachO() local
7456 Expected<StringRef> SecNameOrErr = Sections[SectIdx].getName(); in DisassembleMachO()
7464 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()
7471 unwrapOrError(Sections[SectIdx].getContents(), Filename); in DisassembleMachO()
7473 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
7501 SymbolizerInfo.S = Sections[SectIdx]; in DisassembleMachO()
7507 ThumbSymbolizerInfo.S = Sections[SectIdx]; in DisassembleMachO()
7533 bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]); in DisassembleMachO()
7564 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO()
7566 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
7585 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]); in DisassembleMachO()
7671 DILineInfo dli = diContext->getLineInfoForAddress({PC, SectIdx}); in DisassembleMachO()
7712 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
7713 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO()