Home
last modified time | relevance | path

Searched refs:IsCFAPlusOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h94 bool IsCFAPlusOffset() const { return m_type == isCFAPlusOffset; } in IsCFAPlusOffset() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1241 (sp.IsCFAPlusOffset() && sp.GetOffset() == 0 && in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1578 if (unwindplan_regloc.IsCFAPlusOffset()) { in SavedLocationForRegister()