Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAbbrev.cpp136 m_prev_abbr_offset_pos(m_abbrevCollMap.end()) in DWARFDebugAbbrev()
159 m_prev_abbr_offset_pos = m_abbrevCollMap.end(); in Parse()
191 if (m_prev_abbr_offset_pos != end && m_prev_abbr_offset_pos->first == cu_abbr_offset) in GetAbbreviationDeclarationSet()
192 return &(m_prev_abbr_offset_pos->second); in GetAbbreviationDeclarationSet()
196 m_prev_abbr_offset_pos = pos; in GetAbbreviationDeclarationSet()
DDWARFDebugAbbrev.h71 mutable DWARFAbbreviationDeclarationCollMapConstIter m_prev_abbr_offset_pos; variable