Searched refs:GetFP (Results 1 – 9 of 9) sorted by relevance
52 lldb::addr_t GetFP() const;
190 uint64_t GetFP(uint64_t fail_value = LLDB_INVALID_ADDRESS);
71 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
142 lldb::addr_t GetFP(lldb::addr_t fail_value = LLDB_INVALID_ADDRESS);
127 addr_t fp = reg_ctx->GetFP(); in WillResume()
170 uint64_t RegisterContext::GetFP(uint64_t fail_value) { in SetFP() 164 uint64_t RegisterContext::GetFP(uint64_t fail_value) { GetFP() function in RegisterContext
161 lldb::addr_t NativeRegisterContext::GetFP(lldb::addr_t fail_value) { in GetFP() function in NativeRegisterContext
393 addr_t SBFrame::GetFP() const { in GetFP() function in SBFrame407 addr = reg_ctx_sp->GetFP(); in GetFP()
30401 result = (lldb::addr_t)((lldb::SBFrame const *)arg1)->GetFP(); in _wrap_SBFrame_GetFP()