Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h214 isRegisterPlusOffset, // FA = register + offset enumerator
237 return m_type == isRegisterPlusOffset; in IsRegisterPlusOffset()
241 m_type = isRegisterPlusOffset; in SetIsRegisterPlusOffset()
273 if (m_type == isRegisterDereferenced || m_type == isRegisterPlusOffset) in GetRegisterNumber()
282 case isRegisterPlusOffset: in GetOffset()
292 if (m_type == isRegisterPlusOffset) in IncOffset()
297 if (m_type == isRegisterPlusOffset) in SetOffset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp93 UnwindPlan::Row::FAValue::isRegisterPlusOffset || in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp182 case isRegisterPlusOffset: in operator ==()
203 case isRegisterPlusOffset: in Dump()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1993 case UnwindPlan::Row::FAValue::isRegisterPlusOffset: { in ReadFrameAddress()