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

Declarations

include/llvm/DebugInfo/DWARF/DWARFContext.h
  231   DWARFDie getDIEForOffset(uint64_t Offset);

References

lib/DebugInfo/DWARF/DWARFVerifier.cpp
  645     if (DCtx.getDIEForOffset(Pair.first))
  651       dump(DCtx.getDIEForOffset(Offset)) << '\n';
  880         auto Die = DCtx.getDIEForOffset(Offset);
 1229     DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset);
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  330       if (DWARFDie Die = DICtx.getDIEForOffset(*Off))