Home
last modified time | relevance | path

Searched refs:getDebugInfoExtractor (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp152 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeOffsetFromIndex()
180 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeValueFromOffset()
H A DDWARFUnit.cpp202 DWARFDataExtractor DWARFUnit::getDebugInfoExtractor() const { in getDebugInfoExtractor() function in DWARFUnit
404 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); in extractDIEsToVector()
H A DDWARFFormValue.cpp106 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit()
H A DDWARFDie.cpp571 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieManualExtractTest.cpp57 DWARFDataExtractor DebugInfoData = CU->getDebugInfoExtractor(); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h348 DWARFDataExtractor getDebugInfoExtractor() const;
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp232 DataExtractor EntryData = CU->getDebugInfoExtractor(); in dumpDebugInfo()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp931 DataExtractor Data = Unit.getDebugInfoExtractor(); in getAttributeOffsets()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp655 DWARFDataExtractor Data = Unit.getDebugInfoExtractor(); in lookForRefDIEsToKeep()
1406 DWARFDataExtractor Data = U.getDebugInfoExtractor(); in cloneDIE()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp64 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in findAttributeInfo()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp367 DWARFDataExtractor DebugInfoData = Unit.getDebugInfoExtractor(); in updateUnitDebugInfo()