Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DAddress.cpp986 ModuleSP lhs_module_sp(lhs.GetModule()); in operator <() local
988 Module *lhs_module = lhs_module_sp.get(); in operator <()
1001 ModuleSP lhs_module_sp(lhs.GetModule()); in operator >() local
1003 Module *lhs_module = lhs_module_sp.get(); in operator >()