Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h102 bool IsInOtherRegister() const { return m_type == inOtherRegister; } in IsInOtherRegister() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp1430 pc_regnum == regnum && unwindplan_regloc.IsInOtherRegister() && in SavedLocationForRegister()
1618 if (unwindplan_regloc.IsInOtherRegister()) { in SavedLocationForRegister()