Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h478 static lldb::ModuleSP FindSharedModule(const UUID &uuid);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp780 lldb::ModuleSP ModuleList::FindSharedModule(const UUID &uuid) { in FindSharedModule() function in ModuleList