Home
last modified time | relevance | path

Searched defs:WriteMemoryCallback (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp83 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() function
/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h339 typedef size_t (*WriteMemoryCallback)(EmulateInstruction *instruction, typedef
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp81 static size_t WriteMemoryCallback(EmulateInstruction *instruction, in WriteMemoryCallback() function