Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp104 !first_row_pc_loc.IsAtCFAPlusOffset() || in AugmentUnwindPlanFromCallSite()
133 if (last_row_pc_loc.IsAtCFAPlusOffset() && in AugmentUnwindPlanFromCallSite()
H A Dx86AssemblyInspectionEngine.cpp1245 pc.IsAtCFAPlusOffset() && pc.GetOffset() == -m_wordsize)) { in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h96 bool IsAtCFAPlusOffset() const { return m_type == atCFAPlusOffset; } in IsAtCFAPlusOffset() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1590 if (unwindplan_regloc.IsAtCFAPlusOffset()) { in SavedLocationForRegister()