Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/deep-bundle/
H A DTestDeepBundle.py64 found_module = False
68 found_module = True
73 … self.assertTrue(found_module, "Check that we found the framework loaded in lldb's image list")
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2180 found_modules.ForEach([&](const ModuleSP &found_module) -> bool { in GetOrCreateModule() argument
2181 old_modules.push_back(found_module); in GetOrCreateModule()