Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h102 bool IsInOtherRegister() const { return m_type == inOtherRegister; } in IsInOtherRegister() function
/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp1306 pc_regnum == regnum && unwindplan_regloc.IsInOtherRegister() && in SavedLocationForRegister()
1494 if (unwindplan_regloc.IsInOtherRegister()) { in SavedLocationForRegister()