Lines Matching defs:cfa
88 if (!reg_ctx_sp->GetCFA(first_cursor_sp->cfa))
156 // reg_ctx_lldb_sp field of prev_frame. However, cfa field of prev_frame
158 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
175 // reg_ctx_lldb_sp field of prev_frame. However, cfa field of prev_frame
177 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
189 if (!reg_ctx_sp->GetCFA(cursor_sp->cfa)) {
195 // reg_ctx_lldb_sp field of prev_frame. However, cfa field of prev_frame
197 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
208 if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) {
219 !reg_ctx_sp->GetCFA(cursor_sp->cfa) ||
220 !abi->CallFrameAddressIsValid(cursor_sp->cfa)) {
223 // reg_ctx_lldb_sp field of prev_frame. However, cfa field of
225 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
251 // reg_ctx_lldb_sp field of prev_frame. However, cfa field of prev_frame
253 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
275 // reg_ctx_lldb_sp field of prev_frame. However, cfa field of prev_frame
277 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
289 prev_frame->cfa == cursor_sp->cfa) {
310 // the cfa of Frame 0 (if required).
384 // updated during TryFallbackUnwindPlan call above. However, cfa field
387 m_frames[m_frames.size() - 2]->cfa);
397 bool UnwindLLDB::DoGetFrameInfoAtIndex(uint32_t idx, addr_t &cfa, addr_t &pc,
411 cfa = m_frames[idx]->cfa;