reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/llvm-objdump.cpp
 1222           MappingSymbols.emplace_back(Address - SectionAddr, 'd');
 1224           MappingSymbols.emplace_back(Address - SectionAddr, 'x');
 1226           MappingSymbols.emplace_back(Address - SectionAddr, 'a');
 1228           MappingSymbols.emplace_back(Address - SectionAddr, 't');
 1257           std::make_tuple(SectionAddr, SectionName,
 1289       if (Start < SectionAddr || StopAddress <= Start)
 1296       uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress);
 1301       Start -= SectionAddr;
 1302       End -= SectionAddr;
 1332                          SectionAddr + Start + VMAAdjustment);
 1352                             SectionAddr + Start, DebugOut, CommentStream);
 1356       if (SectionAddr < StartAddress)
 1357         Index = std::max<uint64_t>(Index, StartAddress - SectionAddr);
 1365           dumpELFData(SectionAddr, Index, End, Bytes);
 1380           Index = dumpARMELFData(SectionAddr, Index, End, Obj, Bytes,
 1416             Inst, Size, Bytes.slice(Index), SectionAddr + Index, DebugOut,
 1423                       {SectionAddr + Index + VMAAdjustment, Section.getIndex()},
 1433           if (MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) {
 1492             if (getHidden(*RelCur) || SectionAddr + Offset < StartAddress) {
 1510             printRelocation(Obj->getFileName(), *RelCur, SectionAddr + Offset,