ΒΆinline uint64_t getMaxFileSizeFromBlockSize(
    uint32_t Size)

Description

Given the specified block size, returns the maximum possible file size. Block Size | Max File Size < = 4096 | 4GB 8192 | 8GB 16384 | 16GB 32768 | 32GB\p Size - the block size of the MSF

Declared at: llvm/include/llvm/DebugInfo/MSF/MSFCommon.h:111

Parameters

uint32_t Size