Searched refs:DecompressBuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp592 const uint8_t *&DecompressBuf, uint64_t &DecompressBufSize) {
615 DecompressBuf = reinterpret_cast<const uint8_t *>(Buffer);
632 // DecompressBuf before reading the actual data. The pointee of
633 // 'Data' will be changed to buffer hold by DecompressBuf
637 const uint8_t *DecompressBuf; local
640 SecStart, SecSize, DecompressBuf, DecompressBufSize))
642 SecStart = DecompressBuf;
651 // Change the pointee of 'Data' from DecompressBuf to original Buffer.
590 decompressSection( const uint8_t *SecStart, const uint64_t SecSize, const uint8_t *&DecompressBuf, uint64_t &DecompressBufSize) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h584 const uint8_t *&DecompressBuf,

Completed in 55 milliseconds