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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp103 !first_row_pc_loc.IsAtCFAPlusOffset() ||
132 if (last_row_pc_loc.IsAtCFAPlusOffset() &&
H A Dx86AssemblyInspectionEngine.cpp1256 pc.IsAtCFAPlusOffset() && pc.GetOffset() == -m_wordsize)) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h96 bool IsAtCFAPlusOffset() const { return m_type == atCFAPlusOffset; } function in class:lldb_private::UnwindPlan::Row::RegisterLocation
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1435 if (unwindplan_regloc.IsAtCFAPlusOffset()) {

Completed in 117 milliseconds