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

Declarations

include/llvm/DebugInfo/DWARF/DWARFDie.h
  219   Expected<DWARFAddressRangesVector> getAddressRanges() const;

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  347     if (auto RangesOrError = Die.getAddressRanges())
  495     if (auto DIERangesOrError = getAddressRanges())
  507   auto RangesOrError = getAddressRanges();
lib/DebugInfo/DWARF/DWARFUnit.cpp
  594   auto CUDIERangesOrError = UnitDie.getAddressRanges();
  604     auto DIERangesOrError = Die.getAddressRanges();
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  361   auto RangesOrError = Die.getAddressRanges();
tools/llvm-dwarfdump/Statistics.cpp
  138   auto RangesOrError = Die.getAddressRanges();
  379     auto RangesOrError = Die.getAddressRanges();