Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp733 DataExtractor abbrData(DObj->getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev() local
736 Abbrev->extract(abbrData); in getDebugAbbrev()
744 DataExtractor abbrData(DObj->getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO() local
746 AbbrevDWO->extract(abbrData); in getDebugAbbrevDWO()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp782 DataExtractor abbrData(DObj->getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev() local
785 Abbrev->extract(abbrData); in getDebugAbbrev()
793 DataExtractor abbrData(DObj->getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO() local
795 AbbrevDWO->extract(abbrData); in getDebugAbbrevDWO()