Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h203 isRegisterPlusOffset, // FA = register + offset enumerator
219 return m_type == isRegisterPlusOffset; in IsRegisterPlusOffset()
223 m_type = isRegisterPlusOffset; in SetIsRegisterPlusOffset()
246 if (m_type == isRegisterDereferenced || m_type == isRegisterPlusOffset) in GetRegisterNumber()
254 if (m_type == isRegisterPlusOffset) in GetOffset()
260 if (m_type == isRegisterPlusOffset) in IncOffset()
265 if (m_type == isRegisterPlusOffset) in SetOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp147 case isRegisterPlusOffset: in operator ==()
166 case isRegisterPlusOffset: in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp95 UnwindPlan::Row::FAValue::isRegisterPlusOffset || in AugmentUnwindPlanFromCallSite()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1780 case UnwindPlan::Row::FAValue::isRegisterPlusOffset: { in ReadFrameAddress()