Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DSearchFilter.cpp174 SymbolContext matchingContext (m_target_sp, module_sp); in DoModuleIteration() local
175 return DoModuleIteration(matchingContext, searcher); in DoModuleIteration()
187 SymbolContext matchingContext(context.module_sp.get()); in DoModuleIteration() local
188 searcher.SearchCallback (*this, matchingContext, NULL, false); in DoModuleIteration()
211 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration() local
213 …her::CallbackReturn shouldContinue = searcher.SearchCallback (*this, matchingContext, NULL, false); in DoModuleIteration()
249 SymbolContext matchingContext(m_target_sp, module_sp, cu_sp.get()); in DoCUIteration() local
251 shouldContinue = searcher.SearchCallback (*this, matchingContext, NULL, false); in DoCUIteration()
269 SymbolContext matchingContext (m_target_sp, module_sp, context.comp_unit); in DoCUIteration() local
270 return searcher.SearchCallback (*this, matchingContext, NULL, false); in DoCUIteration()
[all …]