Home
last modified time | relevance | path

Searched refs:SectIdx (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3295 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local
3303 ((*(info->Sections))[SectIdx]).getName(); in get_pointer_64()
3315 S = (*(info->Sections))[SectIdx]; in get_pointer_64()
7455 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleMachO() local
7464 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); 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()
7564 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO()
7712 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO()
[all …]