Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp943 uint64_t BitmapBytes = 0; in ReadData() local
1659 const auto &BitmapBytes = Record.get().BitmapBytes; in getFunctionBitmap() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h825 std::vector<uint8_t> BitmapBytes; member