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

References

tools/llvm-objdump/llvm-objdump.cpp
 1298         End = std::min(End, std::get<0>(Symbols[SI + 1]));
 1298         End = std::min(End, std::get<0>(Symbols[SI + 1]));
 1299       if (Start >= End || End <= StartAddress)
 1299       if (Start >= End || End <= StartAddress)
 1302       End -= SectionAddr;
 1322           const auto Limit = End - (std::min)(EndAlign, End - Start);
 1322           const auto Limit = End - (std::min)(EndAlign, End - Start);
 1323           while (End > Limit &&
 1324             *reinterpret_cast<const support::ulittle32_t*>(&Bytes[End - 4]) == 0)
 1325             End -= 4;
 1351       DisAsm->onSymbolStart(SymbolName, Size, Bytes.slice(Start, End - Start),
 1365           dumpELFData(SectionAddr, Index, End, Bytes);
 1366           Index = End;
 1373       while (Index < End) {
 1380           Index = dumpARMELFData(SectionAddr, Index, End, Obj, Bytes,
 1388           uint64_t MaxOffset = End - Index;