Searched refs:RegisterContextDarwin_arm64 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp1 //===-- RegisterContextDarwin_arm64.cpp ---------------------------*- C++
10 #include "RegisterContextDarwin_arm64.h"
40 (LLVM_EXTENSION offsetof(RegisterContextDarwin_arm64::GPR, reg))
42 #define FPU_OFFSET(idx) ((idx)*16 + sizeof(RegisterContextDarwin_arm64::GPR))
44 (LLVM_EXTENSION offsetof(RegisterContextDarwin_arm64::FPU, reg))
47 (LLVM_EXTENSION offsetof(RegisterContextDarwin_arm64::EXC, reg) + \
48 sizeof(RegisterContextDarwin_arm64::GPR) + \
49 sizeof(RegisterContextDarwin_arm64::FPU))
51 (LLVM_EXTENSION offsetof(RegisterContextDarwin_arm64::DBG, reg) + \
52 sizeof(RegisterContextDarwin_arm64
97 RegisterContextDarwin_arm64::RegisterContextDarwin_arm64( function in class:RegisterContextDarwin_arm64
[all...]
H A DRegisterContextDarwin_arm64.h1 //===-- RegisterContextDarwin_arm64.h -----------------------------*- C++
28 class RegisterContextDarwin_arm64 : public lldb_private::RegisterContext { class in inherits:lldb_private::RegisterContext
30 RegisterContextDarwin_arm64(lldb_private::Thread &thread,
33 ~RegisterContextDarwin_arm64() override;

Completed in 53 milliseconds