Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRegisterContext.h182 bool SetFP(uint64_t fp);
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h144 Status SetFP(lldb::addr_t fp);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeRegisterContext.cpp170 Status NativeRegisterContext::SetFP(lldb::addr_t fp) { in SetFP() function in NativeRegisterContext
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContext.cpp170 bool RegisterContext::SetFP(uint64_t fp) { in SetFP() function in RegisterContext