Searched refs:DWARFAbbreviationDeclarationCollMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.h53 DWARFAbbreviationDeclarationCollMap; typedef in class:llvm::DWARFDebugAbbrev
54 typedef DWARFAbbreviationDeclarationCollMap::iterator
56 typedef DWARFAbbreviationDeclarationCollMap::const_iterator
60 DWARFAbbreviationDeclarationCollMap AbbrevCollMap;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.h57 typedef std::map<dw_offset_t, DWARFAbbreviationDeclarationSet> DWARFAbbreviationDeclarationCollMap; typedef
58 typedef DWARFAbbreviationDeclarationCollMap::iterator DWARFAbbreviationDeclarationCollMapIter;
59 typedef DWARFAbbreviationDeclarationCollMap::const_iterator DWARFAbbreviationDeclarationCollMapConstIter;
70 DWARFAbbreviationDeclarationCollMap m_abbrevCollMap;

Completed in 80 milliseconds