Home
last modified time | relevance | path

Searched refs:GetCFA (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Target/
DUnwindLLDB.cpp87 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()
DRegisterContextUnwind.cpp616 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
/external/llvm-project/lldb/bindings/interface/
DSBFrame.i72 the CFA cannot be determined.") GetCFA;
74 GetCFA () const;
/external/llvm-project/lldb/include/lldb/API/
DSBFrame.h35 lldb::addr_t GetCFA() const;
/external/llvm-project/lldb/include/lldb/Target/
DRegisterContextUnwind.h64 bool GetCFA(lldb::addr_t &cfa);
/external/llvm-project/lldb/source/API/
DSBFrame.cpp314 lldb::addr_t SBFrame::GetCFA() const { in GetCFA() function in SBFrame
315 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()
/external/llvm-project/lldb/examples/darwin/heap_find/
Dheap.py414 cfa = frame.GetCFA()