Searched refs:found_module (Results 1 – 2 of 2) sorted by relevance
64 found_module = False68 found_module = True73 … self.assertTrue(found_module, "Check that we found the framework loaded in lldb's image list")
2180 found_modules.ForEach([&](const ModuleSP &found_module) -> bool { in GetOrCreateModule() argument2181 old_modules.push_back(found_module); in GetOrCreateModule()