Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h93 return WriteMemoryUnsigned(ctx, addr, value, sizeof(T)); in WriteMem()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h249 return WriteMemoryUnsigned(context, address, data_val, size); in MemAWrite()
286 return WriteMemoryUnsigned(context, address, data_val, size); in MemUWrite()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h429 bool WriteMemoryUnsigned(const Context &context, lldb::addr_t addr,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DEmulateInstruction.cpp201 bool EmulateInstruction::WriteMemoryUnsigned(const Context &context, in WriteMemoryUnsigned() function in EmulateInstruction