Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp585 const uint8_t *BinaryIdEnd = BinaryIdStart + BinaryIdSize; in readHeader() local
587 if (BinaryIdSize % sizeof(uint64_t) || BinaryIdEnd > BufferEnd) in readHeader()