Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h940 bool GetCachedSharedModule(const ModuleSpec &module_spec,
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1572 if (GetCachedSharedModule(resolved_module_spec, module_sp, did_create_ptr)) in GetRemoteSharedModule()
1579 bool Platform::GetCachedSharedModule(const ModuleSpec &module_spec, in GetCachedSharedModule() function in Platform