Home
last modified time | relevance | path

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

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