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

References

tools/llvm-objdump/llvm-objdump.cpp
 1289       if (Start < SectionAddr || StopAddress <= Start)
 1296       uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress);
 1642         if (Address < StartAddress || Address > StopAddress || getHidden(Reloc))
 1811     if ((Address < StartAddress) || (Address > StopAddress))
 2117   else if (StopAddress.getNumOccurrences() == 0)
 2140   if (StartAddress.getNumOccurrences() || StopAddress.getNumOccurrences())
 2141     checkForInvalidStartStopAddress(O, StartAddress, StopAddress);
 2274   if (StartAddress >= StopAddress)