Searched refs:GetCFA (Results 1 – 7 of 7) sorted by relevance
88 if (!reg_ctx_sp->GetCFA(first_cursor_sp->cfa)) in AddFirstFrame()158 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()177 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()189 if (!reg_ctx_sp->GetCFA(cursor_sp->cfa)) { in GetOneMoreFrame()197 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()219 !reg_ctx_sp->GetCFA(cursor_sp->cfa) || in GetOneMoreFrame()225 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()253 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()277 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()386 return m_frames[m_frames.size() - 2]->reg_ctx_lldb_sp->GetCFA( in AddOneMoreFrame()
722 if (next_next_frame && next_next_frame->GetCFA(next_next_frame_cfa)) { in CheckIfLoopingStack()2287 bool RegisterContextUnwind::GetCFA(addr_t &cfa) { in GetCFA() function in RegisterContextUnwind
45 ) lldb::SBFrame::GetCFA;
44 lldb::addr_t GetCFA() const;
64 bool GetCFA(lldb::addr_t &cfa);
311 lldb::addr_t SBFrame::GetCFA() const { in GetCFA() function in SBFrame
30302 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetCFA(); in _wrap_SBFrame_GetCFA()