Searched refs:a_module_sp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp207 const ModuleSP a_module_sp = a.GetModule(); local
209 if (a_module_sp == b_module_sp)
222 if (a_module_sp.get() < b_module_sp.get())
H A DAddress.cpp1000 ModuleSP a_module_sp (a.GetModule());
1002 Module *a_module = a_module_sp.get();

Completed in 68 milliseconds