Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h1034 bool GetCachedSharedModule(const ModuleSpec &module_spec,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1635 if (GetCachedSharedModule(resolved_module_spec, module_sp, did_create_ptr)) in GetRemoteSharedModule()
1642 bool Platform::GetCachedSharedModule(const ModuleSpec &module_spec, in GetCachedSharedModule() function in Platform