Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp977 bool TypeImpl::CheckModuleCommon(const lldb::ModuleWP &input_module_wp, in CheckModuleCommon() argument
987 module_sp = input_module_wp.lock(); in CheckModuleCommon()
995 if (empty_module_wp.owner_before(input_module_wp) || in CheckModuleCommon()
996 input_module_wp.owner_before(empty_module_wp)) { in CheckModuleCommon()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h652 bool CheckModuleCommon(const lldb::ModuleWP &input_module_wp,