Home
last modified time | relevance | path

Searched refs:WriteRegisterDefault (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h471 static bool WriteRegisterDefault(EmulateInstruction *instruction, void *baton,
504 WriteRegisterCallback m_write_reg_callback = &WriteRegisterDefault;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DEmulateInstruction.cpp359 bool EmulateInstruction::WriteRegisterDefault(EmulateInstruction *instruction, in WriteRegisterDefault() function in EmulateInstruction