Searched defs:SectAddress (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp401 uint64_t SectAddress = 0; local
402 Sections[SectIdx].getAddress(SectAddress);
403 outs() << format("%8" PRIx64 ":\t", SectAddress + Index);
408 Dice.push_back(std::make_pair(SectAddress + Index, DiceRef()));
430 diContext->getLineInfoForAddress(SectAddress + Index);
447 uint64_t SectAddress; local
448 Sections[SectIdx].getAddress(SectAddress);
457 outs() << format("%8" PRIx64 ":\t", SectAddress + Index);

Completed in 60 milliseconds