Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp981 ModuleSP lhs_module_sp(lhs.GetModule()); in operator <() local
983 Module *lhs_module = lhs_module_sp.get(); in operator <()
996 ModuleSP lhs_module_sp(lhs.GetModule()); in operator >() local
998 Module *lhs_module = lhs_module_sp.get(); in operator >()