Lines Matching defs:cfa
319 addr_t cfa = LLDB_INVALID_ADDRESS;
329 m_thread.shared_from_this(), frame_idx, concrete_frame_idx, cfa,
425 lldb::addr_t cfa = LLDB_INVALID_ADDRESS;
435 idx, cfa, pc, behaves_like_zeroth_frame);
440 cfa = reg_ctx_sp->GetSP();
446 cfa, pc, behaves_like_zeroth_frame, nullptr);
451 cfa = unwind_frame_sp->m_id.GetCallFrameAddress();
464 unwinder.GetFrameInfoAtIndex(idx, cfa, pc, behaves_like_zeroth_frame);
472 m_thread.shared_from_this(), m_frames.size(), idx, cfa, cfa_is_valid,
501 unwind_frame_sp->GetRegisterContextSP(), cfa, next_frame_address,