Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp88 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()
H A DRegisterContextUnwind.cpp722 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
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameDocstrings.i45 ) lldb::SBFrame::GetCFA;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h44 lldb::addr_t GetCFA() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h64 bool GetCFA(lldb::addr_t &cfa);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp311 lldb::addr_t SBFrame::GetCFA() const { in GetCFA() function in SBFrame
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp30302 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetCFA(); in _wrap_SBFrame_GetCFA()