Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h608 typedef llvm::DenseMap<const clang::DeclContext *, DIEPointerSet> DeclContextToDIEMap; typedef
615 DeclContextToDIEMap m_decl_ctx_to_die;
HDSymbolFileDWARF.cpp7883 DeclContextToDIEMap::iterator iter = m_decl_ctx_to_die.find(decl_context); in SearchDeclContext()