Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A 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()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp93 UnwindPlan::Row::FAValue::isRegisterPlusOffset || in AugmentUnwindPlanFromCallSite()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindPlan.cpp175 case isRegisterPlusOffset: in operator ==()
194 case isRegisterPlusOffset: in Dump()
/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContextUnwind.cpp1979 case UnwindPlan::Row::FAValue::isRegisterPlusOffset: { in ReadFrameAddress()