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

/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp399 uint64_t SectAddress = 0; local
400 Sections[SectIdx].getAddress(SectAddress);
401 outs() << format("%8" PRIx64 ":\t", SectAddress + Index);
406 Dice.push_back(std::make_pair(SectAddress + Index, DiceRef()));
428 diContext->getLineInfoForAddress(SectAddress + Index);
445 uint64_t SectAddress; local
446 Sections[SectIdx].getAddress(SectAddress);
455 outs() << format("%8" PRIx64 ":\t", SectAddress + Index);

Completed in 38 milliseconds