Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp24 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in extractFast()
H A DDWARFAbbreviationDeclaration.cpp159 auto DebugInfoData = U.getDebugInfoExtractor(); in getAttributeValue()
H A DDWARFUnit.cpp188 DWARFDataExtractor DWARFUnit::getDebugInfoExtractor() const { in getDebugInfoExtractor() function in DWARFUnit
411 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); in extractDIEsToVector()
H A DDWARFFormValue.cpp103 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit()
H A DDWARFDie.cpp623 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h336 DWARFDataExtractor getDebugInfoExtractor() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp628 DWARFDataExtractor Data = Unit.getDebugInfoExtractor(); in lookForRefDIEsToKeep()
1369 DWARFDataExtractor Data = U.getDebugInfoExtractor(); in cloneDIE()