Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.h94 return WriteMemoryUnsigned(ctx, addr, value, sizeof(T)); in WriteMem()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.h248 return WriteMemoryUnsigned(context, address, data_val, size); in MemAWrite()
285 return WriteMemoryUnsigned(context, address, data_val, size); in MemUWrite()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDEmulateInstruction.h431 bool WriteMemoryUnsigned(const Context &context, lldb::addr_t addr,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDEmulateInstruction.cpp201 bool EmulateInstruction::WriteMemoryUnsigned(const Context &context, in WriteMemoryUnsigned() function in EmulateInstruction