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

References

include/llvm/DebugInfo/DWARF/DWARFContext.h
  371     return getDWARFObj().getFile()->getArch();
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
   46   DataExtractor ArangesData(CTX->getDWARFObj().getArangesSection(),
lib/DebugInfo/DWARF/DWARFDie.cpp
   82   const DWARFObject &Obj = Ctx.getDWARFObj();
  337     const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj();
lib/DebugInfo/DWARF/DWARFFormValue.cpp
  369   dumpAddressSection(U->getContext().getDWARFObj(), OS, DumpOpts,
lib/DebugInfo/DWARF/DWARFUnit.cpp
   39   const DWARFObject &D = C.getDWARFObj();
   51   const DWARFObject &D = C.getDWARFObj();
  196   return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, isLittleEndian,
  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,
  527     DWO->setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), 0);
  528     DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection,
  563     DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection,
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  263   const DWARFObject &DObj = DCtx.getDWARFObj();
  275   const DWARFObject &DObj = DCtx.getDWARFObj();
  339   const DWARFObject &DObj = DCtx.getDWARFObj();
  448   const DWARFObject &DObj = DCtx.getDWARFObj();
  532   const DWARFObject &DObj = DCtx.getDWARFObj();
  669     if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) {
  794   if (const auto *F = DCtx.getDWARFObj().getFile()) {
  812   DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection,
 1422   DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection,
 1463   const DWARFObject &D = DCtx.getDWARFObj();
tools/dsymutil/DwarfLinker.cpp
 1707   DWARFDataExtractor RangeExtractor(OrigDwarf.getDWARFObj(),
 1708                                     OrigDwarf.getDWARFObj().getRangesSection(),
 1825       OrigDwarf.getDWARFObj(), OrigDwarf.getDWARFObj().getLineSection(),
 1825       OrigDwarf.getDWARFObj(), OrigDwarf.getDWARFObj().getLineSection(),
 1936     StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data;
 2013   StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data;
 2431   auto &DwarfObj = Dwarf.getDWARFObj();
tools/dsymutil/DwarfStreamer.cpp
  405   const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection();
tools/lld/ELF/SyntheticSections.cpp
 2725         static_cast<const LLDDwarfObj<ELFT> &>(dwarf.getDWARFObj()),
tools/obj2yaml/dwarf2yaml.cpp
   51   StringRef RemainingTable = DCtx.getDWARFObj().getStrSection();
   60   DataExtractor ArangesData(DCtx.getDWARFObj().getArangesSection(),
   84   DWARFDataExtractor PubSectionData(DCtx.getDWARFObj(), Section,
  102   const DWARFObject &D = DCtx.getDWARFObj();
  248       DataExtractor LineData(DCtx.getDWARFObj().getLineSection().Data,
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 1099       DwarfContext->getDWARFObj().getStrOffsetsSection().Data.empty());
 3175   const auto &Obj = Context->getDWARFObj();
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
   52     const DWARFObject &Obj = Context->getDWARFObj();