Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1254 pc.IsAtCFAPlusOffset() && pc.GetOffset() == -m_wordsize)) { in GetNonCallSiteUnwindPlanFromAssembly()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h96 bool IsAtCFAPlusOffset() const { return m_type == atCFAPlusOffset; } in IsAtCFAPlusOffset() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp1576 if (unwindplan_regloc.IsAtCFAPlusOffset()) { in SavedLocationForRegister()