Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.cpp61 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev() local
64 Abbrev->parse(abbrData); in getDebugAbbrev()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp302 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev() local
305 Abbrev->extract(abbrData); in getDebugAbbrev()
313 DataExtractor abbrData(getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO() local
315 AbbrevDWO->extract(abbrData); in getDebugAbbrevDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp671 DataExtractor abbrData(DObj->getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev() local
674 Abbrev->extract(abbrData); in getDebugAbbrev()
682 DataExtractor abbrData(DObj->getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO() local
684 AbbrevDWO->extract(abbrData); in getDebugAbbrevDWO()