Home
last modified time | relevance | path

Searched defs:BinaryIdsBuffer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h701 ArrayRef<uint8_t> BinaryIdsBuffer; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp94 ArrayRef<uint8_t> BinaryIdsBuffer, in readBinaryIdsInternal()
589 ArrayRef<uint8_t> BinaryIdsBuffer(BinaryIdStart, BinaryIdSize); in readHeader() local