Lines Matching refs:cfa
89 if (!reg_ctx_sp->GetCFA(first_cursor_sp->cfa)) in AddFirstFrame()
159 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()
179 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()
191 if (!reg_ctx_sp->GetCFA(cursor_sp->cfa)) { in GetOneMoreFrame()
199 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()
211 if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { in GetOneMoreFrame()
222 !reg_ctx_sp->GetCFA(cursor_sp->cfa) || in GetOneMoreFrame()
223 !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { in GetOneMoreFrame()
228 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()
256 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()
276 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()
289 prev_frame->cfa == cursor_sp->cfa) { in GetOneMoreFrame()
389 m_frames[m_frames.size() - 2]->cfa); in AddOneMoreFrame()
399 bool UnwindLLDB::DoGetFrameInfoAtIndex(uint32_t idx, addr_t &cfa, addr_t &pc) { in DoGetFrameInfoAtIndex() argument
412 cfa = m_frames[idx]->cfa; in DoGetFrameInfoAtIndex()