Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp255 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev() local
258 Abbrev->extract(abbrData); in getDebugAbbrev()
266 DataExtractor abbrData(getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO() local
268 AbbrevDWO->extract(abbrData); in getDebugAbbrevDWO()