Home
last modified time | relevance | path

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

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