Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h101 DIEToDeclMap; typedef
104 DIEToDeclMap m_die_to_decl;
H A DDWARFASTParserClang.cpp3120 DIEToDeclMap::iterator cache_pos = m_die_to_decl.find(die.GetDIE()); in GetClangDeclForDIE()