Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h102 bool IsInOtherRegister() const { return m_type == inOtherRegister; } in IsInOtherRegister() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1444 pc_regnum == regnum && unwindplan_regloc.IsInOtherRegister() && in SavedLocationForRegister()
1632 if (unwindplan_regloc.IsInOtherRegister()) { in SavedLocationForRegister()