Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h444 static bool ModuleIsInCache(const Module *module_ptr);
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp762 bool ModuleList::ModuleIsInCache(const Module *module_ptr) { in ModuleIsInCache() function in ModuleList