Home
last modified time | relevance | path

Searched refs:setFP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp685 registers.setFP(addressSpace.get64(fp)); in stepWithCompactEncodingFrame()
H A DRegisters.hpp1844 void setFP(uint64_t value) { _registers.__fp = value; } in setFP() function in libunwind::Registers_arm64