Searched refs:matchingContext (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | SearchFilter.cpp | 242 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration() local 243 return DoModuleIteration(matchingContext, searcher); in DoModuleIteration() 256 SymbolContext matchingContext(context.module_sp.get()); in DoModuleIteration() local 257 searcher.SearchCallback(*this, matchingContext, nullptr); in DoModuleIteration() 268 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration() local 271 searcher.SearchCallback(*this, matchingContext, nullptr); in DoModuleIteration() 294 SymbolContext matchingContext(m_target_sp, module_sp, context.comp_unit); in DoCUIteration() local 295 return searcher.SearchCallback(*this, matchingContext, nullptr); in DoCUIteration() 309 SymbolContext matchingContext(m_target_sp, module_sp, cu_sp.get()); in DoCUIteration() local 311 shouldContinue = searcher.SearchCallback(*this, matchingContext, nullptr); in DoCUIteration() [all …]
|