Home
last modified time | relevance | path

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

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