Home
last modified time | relevance | path

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

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