reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
316 DWARFDataExtractor getDebugInfoExtractor() const;
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.cpp606 DataExtractor Data = Unit.getDebugInfoExtractor(); 792 DWARFDataExtractor Data = Unit.getDebugInfoExtractor(); 1536 DWARFDataExtractor Data = U.getDebugInfoExtractor();tools/obj2yaml/dwarf2yaml.cpp
127 DataExtractor EntryData = CU->getDebugInfoExtractor();