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

Declarations

include/llvm/DebugInfo/DWARF/DWARFUnit.h
  316   DWARFDataExtractor getDebugInfoExtractor() const;

References

lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  157   auto DebugInfoData = U.getDebugInfoExtractor();
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
   23   DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor();
lib/DebugInfo/DWARF/DWARFDie.cpp
  569   DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor();
lib/DebugInfo/DWARF/DWARFFormValue.cpp
  103   FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr,
lib/DebugInfo/DWARF/DWARFUnit.cpp
  362   DWARFDataExtractor DebugInfoData = getDebugInfoExtractor();
tools/dsymutil/DwarfLinker.cpp
  606   DataExtractor Data = Unit.getDebugInfoExtractor();
  792   DWARFDataExtractor Data = Unit.getDebugInfoExtractor();
 1536   DWARFDataExtractor Data = U.getDebugInfoExtractor();
tools/obj2yaml/dwarf2yaml.cpp
  127       DataExtractor EntryData = CU->getDebugInfoExtractor();