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