Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h459 static bool ReadRegisterDefault(EmulateInstruction *instruction, void *baton,
495 ReadRegisterCallback m_read_reg_callback = &ReadRegisterDefault;
/llvm-project-15.0.7/lldb/source/Core/
H A DEmulateInstruction.cpp333 bool EmulateInstruction::ReadRegisterDefault(EmulateInstruction *instruction, in ReadRegisterDefault() function in EmulateInstruction