Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h969 bool GetCachedSharedModule(const ModuleSpec &module_spec,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1573 if (GetCachedSharedModule(resolved_module_spec, module_sp, did_create_ptr)) in GetRemoteSharedModule()
1580 bool Platform::GetCachedSharedModule(const ModuleSpec &module_spec, in GetCachedSharedModule() function in Platform