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