Lines Matching defs:cfa
418 addr_t cfa = LLDB_INVALID_ADDRESS;
428 m_thread.shared_from_this(), frame_idx, concrete_frame_idx, cfa,
482 lldb::addr_t cfa = LLDB_INVALID_ADDRESS;
492 idx, cfa, pc, behaves_like_zeroth_frame);
497 cfa = reg_ctx_sp->GetSP();
503 cfa, pc, behaves_like_zeroth_frame, nullptr);
508 cfa = unwind_frame_sp->m_id.GetCallFrameAddress();
521 unwinder.GetFrameInfoAtIndex(idx, cfa, pc, behaves_like_zeroth_frame);
529 m_thread.shared_from_this(), m_frames.size(), idx, cfa, cfa_is_valid,
558 unwind_frame_sp->GetRegisterContextSP(), cfa, next_frame_address,
698 addr_t pc, cfa;
701 idx, cfa, pc, behaves_like_zeroth_frame)) {
704 m_thread.shared_from_this(), idx, idx, cfa, cfa_is_valid, pc,