Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp889 DataExtractor abbrData(DObj->getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev() local
892 Abbrev->extract(abbrData); in getDebugAbbrev()
900 DataExtractor abbrData(DObj->getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO() local
902 AbbrevDWO->extract(abbrData); in getDebugAbbrevDWO()