Home
last modified time | relevance | path

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

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