Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp103 const uint8_t *BinaryIdsStart = BinaryIdsBuffer.data(); in readBinaryIdsInternal() local
108 const uint8_t *BI = BinaryIdsStart; in readBinaryIdsInternal()
109 const uint8_t *BIEnd = BinaryIdsStart + BinaryIdsSize; in readBinaryIdsInternal()