Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3272 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { in get_pointer_64() local
3273 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); in get_pointer_64()
3274 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64()
3280 ((*(info->Sections))[SectIdx]).getName(); in get_pointer_64()
3286 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl(); in get_pointer_64()
3292 S = (*(info->Sections))[SectIdx]; in get_pointer_64()
3296 ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName()); in get_pointer_64()
7432 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) { in DisassembleMachO() local
7433 Expected<StringRef> SecNameOrErr = Sections[SectIdx].getName(); in DisassembleMachO()
7441 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleMachO()
[all …]