Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp201 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev() local
204 Abbrev->parse(abbrData); in getDebugAbbrev()
212 DataExtractor abbrData(getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO() local
214 AbbrevDWO->parse(abbrData); in getDebugAbbrevDWO()