Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h144 Status SetFP(lldb::addr_t fp);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterContext.h170 bool SetFP(uint64_t fp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeRegisterContext.cpp163 Status NativeRegisterContext::SetFP(lldb::addr_t fp) { in SetFP() function in NativeRegisterContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DRegisterContext.cpp185 bool RegisterContext::SetFP(uint64_t fp) { in SetFP() function in RegisterContext