Searched refs:WriteMemoryUnsigned (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.h | 93 return WriteMemoryUnsigned(ctx, addr, value, sizeof(T)); in WriteMem()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 249 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 D | EmulateInstruction.h | 429 bool WriteMemoryUnsigned(const Context &context, lldb::addr_t addr,
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | EmulateInstruction.cpp | 201 bool EmulateInstruction::WriteMemoryUnsigned(const Context &context, in WriteMemoryUnsigned() function in EmulateInstruction
|