Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp322 DataExtractor abbrData(DObj.getAbbrevDWOSection(), D.isLittleEndian(), 0); in getDebugAbbrevDWO() local
323 AbbrevDWO = std::make_unique<DWARFDebugAbbrev>(abbrData); in getDebugAbbrevDWO()