Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h254 static uint32_t GetMaxByteSize() { return kMaxRegisterByteSize; } in GetMaxByteSize() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp304 if (byte_size <= RegisterValue::GetMaxByteSize()) { in SetReturnValueObject()
H A DABISysV_arm64.cpp277 if (byte_size <= RegisterValue::GetMaxByteSize()) { in SetReturnValueObject()