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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.h31 size_t GetFPRSize() const;
H A DRegisterContextPOSIXCore_ppc64le.cpp51 size_t RegisterContextCorePOSIX_ppc64le::GetFPRSize() const { function in class:RegisterContextCorePOSIX_ppc64le
79 offset -= GetGPRSize() + GetFPRSize();
89 offset -= GetGPRSize() + GetFPRSize() + GetVMXSize();

Completed in 120 milliseconds