Searched refs:isRegisterDereferenced (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h203 isRegisterDereferenced, // FA = [reg] enumerator in enum:lldb_private::UnwindPlan::Row::FAValue::ValueType
234 return m_type == isRegisterDereferenced;
238 m_type = isRegisterDereferenced;
251 if (m_type == isRegisterDereferenced || m_type == isRegisterPlusOffset)
308 // isRegisterDereferenced
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp179 case isRegisterDereferenced:
199 case isRegisterDereferenced:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1798 case UnwindPlan::Row::FAValue::isRegisterDereferenced: {

Completed in 217 milliseconds