Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp115 uint64_t CUAbbrOffset = Offset; in parse() local
121 AbbrDeclSets.insert(I, std::make_pair(CUAbbrOffset, std::move(AbbrDecls))); in parse()
144 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet()
146 if (PrevAbbrOffsetPos != End && PrevAbbrOffsetPos->first == CUAbbrOffset) { in getAbbreviationDeclarationSet()
150 const auto Pos = AbbrDeclSets.find(CUAbbrOffset); in getAbbreviationDeclarationSet()
156 if (!Data || CUAbbrOffset >= Data->getData().size()) in getAbbreviationDeclarationSet()
160 uint64_t Offset = CUAbbrOffset; in getAbbreviationDeclarationSet()
166 AbbrDeclSets.insert(std::make_pair(CUAbbrOffset, std::move(AbbrDecls))) in getAbbreviationDeclarationSet()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h71 getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const;