Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp150 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeOffsetFromIndex()
178 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeValueFromOffset()
DDWARFUnit.cpp202 DWARFDataExtractor DWARFUnit::getDebugInfoExtractor() const { in getDebugInfoExtractor() function in DWARFUnit
404 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); in extractDIEsToVector()
DDWARFFormValue.cpp105 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit()
DDWARFDie.cpp566 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h372 DWARFDataExtractor getDebugInfoExtractor() const;
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp233 DataExtractor EntryData = CU->getDebugInfoExtractor(); in dumpDebugInfo()
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp964 DataExtractor Data = Unit.getDebugInfoExtractor(); in getAttributeOffsets()
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFLinker.cpp654 DWARFDataExtractor Data = Unit.getDebugInfoExtractor(); in lookForRefDIEsToKeep()
1486 DWARFDataExtractor Data = U.getDebugInfoExtractor(); in cloneDIE()