Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h103 bool IsInOtherRegister() const { return m_type == inOtherRegister; } in IsInOtherRegister() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1294 pc_regnum == regnum && unwindplan_regloc.IsInOtherRegister() && in SavedLocationForRegister()
1482 if (unwindplan_regloc.IsInOtherRegister()) { in SavedLocationForRegister()