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.h103 bool IsInOtherRegister() const { return m_type == inOtherRegister; } in IsInOtherRegister() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1617 if (abs_regloc->IsInOtherRegister()) { in SavedLocationForRegister()