Searched refs:GetCFA (Results 1 – 7 of 7) sorted by relevance
87 if (!reg_ctx_sp->GetCFA(first_cursor_sp->cfa)) in AddFirstFrame()157 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()176 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()188 if (!reg_ctx_sp->GetCFA(cursor_sp->cfa)) { in GetOneMoreFrame()196 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()218 !reg_ctx_sp->GetCFA(cursor_sp->cfa) || in GetOneMoreFrame()224 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()252 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()271 if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa))) in GetOneMoreFrame()381 return m_frames[m_frames.size() - 2]->reg_ctx_lldb_sp->GetCFA( in AddOneMoreFrame()
616 if (next_next_frame && next_next_frame->GetCFA(next_next_frame_cfa)) { in CheckIfLoopingStack()2092 bool RegisterContextUnwind::GetCFA(addr_t &cfa) { in GetCFA() function in RegisterContextUnwind
72 the CFA cannot be determined.") GetCFA;74 GetCFA () const;
35 lldb::addr_t GetCFA() const;
64 bool GetCFA(lldb::addr_t &cfa);
314 lldb::addr_t SBFrame::GetCFA() const { in GetCFA() function in SBFrame315 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::addr_t, SBFrame, GetCFA); in GetCFA()1314 LLDB_REGISTER_METHOD_CONST(lldb::addr_t, SBFrame, GetCFA, ()); in RegisterMethods()
414 cfa = frame.GetCFA()