Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp106 !first_row_pc_loc.IsAtCFAPlusOffset() || in AugmentUnwindPlanFromCallSite()
135 if (last_row_pc_loc.IsAtCFAPlusOffset() && in AugmentUnwindPlanFromCallSite()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h97 bool IsAtCFAPlusOffset() const { return m_type == atCFAPlusOffset; } in IsAtCFAPlusOffset() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1440 if (unwindplan_regloc.IsAtCFAPlusOffset()) { in SavedLocationForRegister()