Home
last modified time | relevance | path

Searched defs:GetSVEBuffer (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.h203 void *GetSVEBuffer() { return m_sve_ptrace_payload.data(); } GetSVEBuffer() function
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp150 const uint8_t *RegisterContextCorePOSIX_arm64::GetSVEBuffer(uint64_t offset) { GetSVEBuffer() function in RegisterContextCorePOSIX_arm64