Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h253 static uint32_t GetMaxByteSize() { return kMaxRegisterByteSize; } in GetMaxByteSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1899 if (byte_size <= RegisterValue::GetMaxByteSize()) { in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1926 if (byte_size <= RegisterValue::GetMaxByteSize()) { in SetReturnValueObject()