Searched refs:GetMaxByteSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h253 static uint32_t GetMaxByteSize() { return kMaxRegisterByteSize; } function in class:lldb_private::RegisterValue
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1897 if (byte_size <= RegisterValue::GetMaxByteSize()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1924 if (byte_size <= RegisterValue::GetMaxByteSize()) {

Completed in 66 milliseconds