Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRegisterValue.h254 static uint32_t GetMaxByteSize() { return kMaxRegisterByteSize; } in GetMaxByteSize() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp306 if (byte_size <= RegisterValue::GetMaxByteSize()) { in SetReturnValueObject()
H A DABISysV_arm64.cpp279 if (byte_size <= RegisterValue::GetMaxByteSize()) { in SetReturnValueObject()