Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h118 return WriteMemoryUnsigned(ctx, addr, value, sizeof(T)); in WriteMem()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h258 return WriteMemoryUnsigned(context, address, data_val, size); in MemAWrite()
295 return WriteMemoryUnsigned(context, address, data_val, size); in MemUWrite()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h465 bool WriteMemoryUnsigned(const Context &context, lldb::addr_t addr,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp201 bool EmulateInstruction::WriteMemoryUnsigned(const Context &context, in WriteMemoryUnsigned() function in EmulateInstruction