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

References

tools/llvm-objdump/llvm-objdump.cpp
 1355       Index = Start;
 1357         Index = std::max<uint64_t>(Index, StartAddress - SectionAddr);
 1357         Index = std::max<uint64_t>(Index, StartAddress - SectionAddr);
 1365           dumpELFData(SectionAddr, Index, End, Bytes);
 1366           Index = End;
 1373       while (Index < End) {
 1379             getMappingSymbolKind(MappingSymbols, Index) == 'd') {
 1380           Index = dumpARMELFData(SectionAddr, Index, End, Obj, Bytes,
 1380           Index = dumpARMELFData(SectionAddr, Index, End, Obj, Bytes,
 1388           uint64_t MaxOffset = End - Index;
 1392             MaxOffset = RelCur->getOffset() - Index;
 1395                   countSkippableZeroBytes(Bytes.slice(Index, MaxOffset))) {
 1397             Index += N;
 1403           if (getMappingSymbolKind(MappingSymbols, Index) == 'a') {
 1406           } else if (getMappingSymbolKind(MappingSymbols, Index) == 't') {
 1416             Inst, Size, Bytes.slice(Index), SectionAddr + Index, DebugOut,
 1416             Inst, Size, Bytes.slice(Index), SectionAddr + Index, DebugOut,
 1422                       Bytes.slice(Index, Size),
 1423                       {SectionAddr + Index + VMAAdjustment, Section.getIndex()},
 1433           if (MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) {
 1498             if (Offset >= Index + Size)
 1516         Index += Size;