Searched refs:signed_offset (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h185 int64_t signed_offset; // signed offset added to base register member in struct:lldb_private::EmulateInstruction::Context::__anon3687::RegisterPlusOffset
214 int64_t signed_offset; // signed offset by which to adjust self (for registers only) member in union:lldb_private::EmulateInstruction::Context::__anon3687
247 int64_t signed_offset)
251 info.RegisterPlusOffset.signed_offset = signed_offset;
295 SetOffset (int64_t signed_offset) argument
298 info.signed_offset = signed_offset;
246 SetRegisterPlusOffset(RegisterInfo base_reg, int64_t signed_offset) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DEmulateInstruction.cpp509 info.RegisterPlusOffset.signed_offset);
548 strm.Printf (" (signed_offset = %+" PRId64 ")", info.signed_offset);

Completed in 102 milliseconds