Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp879 bool TypeImpl::CheckModuleCommon(const lldb::ModuleWP &input_module_wp, in CheckModuleCommon() argument
889 module_sp = input_module_wp.lock(); in CheckModuleCommon()
897 if (empty_module_wp.owner_before(input_module_wp) || in CheckModuleCommon()
898 input_module_wp.owner_before(empty_module_wp)) { in CheckModuleCommon()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h319 bool CheckModuleCommon(const lldb::ModuleWP &input_module_wp,