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

References

tools/llvm-objdump/llvm-objdump.cpp
 1299       if (Start >= End || End <= StartAddress)
 1356       if (SectionAddr < StartAddress)
 1357         Index = std::max<uint64_t>(Index, StartAddress - SectionAddr);
 1492             if (getHidden(*RelCur) || SectionAddr + Offset < StartAddress) {
 1642         if (Address < StartAddress || Address > StopAddress || getHidden(Reloc))
 1811     if ((Address < StartAddress) || (Address > StopAddress))
 2113   if (StartAddress.getNumOccurrences() == 0)
 2140   if (StartAddress.getNumOccurrences() || StopAddress.getNumOccurrences())
 2141     checkForInvalidStartStopAddress(O, StartAddress, StopAddress);
 2274   if (StartAddress >= StopAddress)