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

References

include/llvm/DebugInfo/DWARF/DWARFUnit.h
  275   DWARFContext& getContext() const { return Context; }
lib/DebugInfo/DWARF/DWARFUnit.cpp
  196   return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, isLittleEndian,
  203     auto R = Context.info_section_units();
  215   DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection,
  229   DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection,
  332   DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection,
  446   DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection,
  465       setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), 0);
  467       setRangesSection(&Context.getDWARFObj().getRnglistsSection(),
  472       DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection,
  516   auto DWOContext = Context.getDWOContext(AbsolutePath);
  527     DWO->setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), 0);
  528     DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection,
  563     DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection,