Lines Matching refs:SectIdx
3491 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local
3492 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64()
3493 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64()
3499 ((*(info->Sections))[SectIdx]).getName(); in get_pointer_64()
3505 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl(); in get_pointer_64()
3511 S = (*(info->Sections))[SectIdx]; in get_pointer_64()
3515 ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName()); in get_pointer_64()
7421 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleMachO() local
7422 Expected<StringRef> SecNameOrErr = Sections[SectIdx].getName(); in DisassembleMachO()
7430 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()
7437 unwrapOrError(Sections[SectIdx].getContents(), Filename); in DisassembleMachO()
7439 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
7467 SymbolizerInfo.S = Sections[SectIdx]; in DisassembleMachO()
7473 ThumbSymbolizerInfo.S = Sections[SectIdx]; in DisassembleMachO()
7499 bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]); in DisassembleMachO()
7530 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO()
7532 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
7551 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]); in DisassembleMachO()
7637 DILineInfo dli = diContext->getLineInfoForAddress({PC, SectIdx}); in DisassembleMachO()
7678 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
7679 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO()