Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h605 typedef llvm::SmallPtrSet<const DWARFDebugInfoEntry *, 4> DIEPointerSet; typedef
607 typedef llvm::DenseMap<const clang::DeclContext *, DIEPointerSet> DeclContextToDIEMap;
DSymbolFileDWARF.cpp7796 …for (DIEPointerSet::iterator pos = iter->second.begin(), end = iter->second.end(); pos != end; ++p… in SearchDeclContext()