Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3580 DIEToDeclMap::iterator cache_pos = m_die_to_decl.find(die.GetDIE()); in GetClangDeclForDIE() local
3581 if (cache_pos != m_die_to_decl.end()) in GetClangDeclForDIE()
3582 return cache_pos->second; in GetClangDeclForDIE()