Home
last modified time | relevance | path

Searched refs:signed_offset (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h196 int64_t signed_offset; // signed offset added to base register member
223 int64_t signed_offset; // signed offset by which to adjust self (for member
250 void SetRegisterPlusOffset(RegisterInfo base_reg, int64_t signed_offset) { in SetRegisterPlusOffset()
253 info.RegisterPlusOffset.signed_offset = signed_offset; in SetRegisterPlusOffset()
288 void SetOffset(int64_t signed_offset) { in SetOffset()
290 info.signed_offset = signed_offset; in SetOffset()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DEmulateInstruction.cpp457 info.RegisterPlusOffset.signed_offset); in Dump()
487 strm.Printf(" (signed_offset = %+" PRId64 ")", info.signed_offset); in Dump()
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp578 const int64_t offset = context.info.RegisterPlusOffset.signed_offset; in WriteRegister()