Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp82 uint32_t CUAbbrOffset = Offset; in extract() local
85 AbbrDeclSets[CUAbbrOffset] = std::move(AbbrDecls); in extract()
102 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet()
104 if (PrevAbbrOffsetPos != End && PrevAbbrOffsetPos->first == CUAbbrOffset) { in getAbbreviationDeclarationSet()
108 const auto Pos = AbbrDeclSets.find(CUAbbrOffset); in getAbbreviationDeclarationSet()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h51 getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const;