Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h469 static bool ReadRegisterDefault(EmulateInstruction *instruction, void *baton,
505 ReadRegisterCallback m_read_reg_callback = &ReadRegisterDefault;
/src/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp343 bool EmulateInstruction::ReadRegisterDefault(EmulateInstruction *instruction, in ReadRegisterDefault() function in EmulateInstruction