Searched refs:SectSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp389 uint64_t SectSize; local
390 Sections[SectIdx].getSize(SectSize);
391 uint64_t End = containsNextSym ? NextSym : SectSize;
449 uint64_t SectSize; local
450 Sections[SectIdx].getSize(SectSize);
452 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
H A Dllvm-objdump.cpp439 uint64_t SectSize; local
440 if (error(i->getSize(SectSize))) break;
451 End = SectSize;

Completed in 91 milliseconds