Home
last modified time | relevance | path

Searched refs:DecompressBufSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1027 const uint8_t *&DecompressBuf, uint64_t &DecompressBufSize) { in decompressSection() argument
1033 DecompressBufSize = *DecompressSize; in decompressSection()
1042 uint8_t *Buffer = Allocator.Allocate<uint8_t>(DecompressBufSize); in decompressSection()
1043 size_t UCSize = DecompressBufSize; in decompressSection()
1075 uint64_t DecompressBufSize; in readImpl() local
1077 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl()
1080 SecSize = DecompressBufSize; in readImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h773 uint64_t &DecompressBufSize);