Home
last modified time | relevance | path

Searched refs:isRegisterPlusOffset (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h202 isRegisterPlusOffset, // FA = register + offset enumerator
224 return m_type == isRegisterPlusOffset; in IsRegisterPlusOffset()
228 m_type = isRegisterPlusOffset; in SetIsRegisterPlusOffset()
251 if (m_type == isRegisterDereferenced || m_type == isRegisterPlusOffset) in GetRegisterNumber()
260 case isRegisterPlusOffset: in GetOffset()
270 if (m_type == isRegisterPlusOffset) in IncOffset()
275 if (m_type == isRegisterPlusOffset) in SetOffset()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp94 UnwindPlan::Row::FAValue::isRegisterPlusOffset || in AugmentUnwindPlanFromCallSite()
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp174 case isRegisterPlusOffset: in operator ==()
193 case isRegisterPlusOffset: in Dump()
/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp1843 case UnwindPlan::Row::FAValue::isRegisterPlusOffset: { in ReadFrameAddress()