Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.cpp50 size_t RegisterContextCorePOSIX_ppc64le::GetFPRSize() const { in GetFPRSize() function in RegisterContextCorePOSIX_ppc64le
78 offset -= GetGPRSize() + GetFPRSize(); in ReadRegister()
88 offset -= GetGPRSize() + GetFPRSize() + GetVMXSize(); in ReadRegister()
H A DRegisterContextPOSIXCore_ppc64le.h32 size_t GetFPRSize() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.h51 virtual size_t GetFPRSize() { return 0; } in GetFPRSize() function