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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h102 bool IsInOtherRegister() const { return m_type == inOtherRegister; } function in class:lldb_private::UnwindPlan::Row::RegisterLocation
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1289 pc_regnum == regnum && unwindplan_regloc.IsInOtherRegister() &&
1477 if (unwindplan_regloc.IsInOtherRegister()) {

Completed in 66 milliseconds