Home
last modified time | relevance | path

Searched refs:GetFPRBuffer (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.cpp45 void *buf = GetFPRBuffer(); in ReadFPR()
53 void *buf = GetFPRBuffer(); in WriteFPR()
H A DNativeRegisterContextNetBSD.h50 virtual void *GetFPRBuffer() { return nullptr; } in GetFPRBuffer() function
H A DNativeRegisterContextNetBSD_x86_64.h72 void *GetFPRBuffer() override { return &m_fpr_x86_64; } in GetFPRBuffer() function