Home
last modified time | relevance | path

Searched refs:SetFP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h192 bool SetFP(uint64_t fp);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h144 Status SetFP(lldb::addr_t fp);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp167 Status NativeRegisterContext::SetFP(lldb::addr_t fp) { in SetFP() function in NativeRegisterContext
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp176 bool RegisterContext::SetFP(uint64_t fp) { in GetReturnAddress()
170 bool RegisterContext::SetFP(uint64_t fp) { SetFP() function in RegisterContext