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.cpp993 ModuleSP lhs_module_sp(lhs.GetModule()); in operator <() local
995 Module *lhs_module = lhs_module_sp.get(); in operator <()
1008 ModuleSP lhs_module_sp(lhs.GetModule()); in operator >() local
1010 Module *lhs_module = lhs_module_sp.get(); in operator >()