Home
last modified time | relevance | path

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

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