Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1000 bool GetCachedSharedModule(const ModuleSpec &module_spec,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1571 if (GetCachedSharedModule(resolved_module_spec, module_sp, did_create_ptr)) { in GetRemoteSharedModule()
1689 bool Platform::GetCachedSharedModule(const ModuleSpec &module_spec, in GetCachedSharedModule() function in Platform