Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp906 uint64_t BitmapBytes = 0; in ReadData() local
1439 StringRef FuncName, uint64_t FuncHash, std::vector<uint8_t> &BitmapBytes) { in getFunctionBitmapBytes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h695 std::vector<uint8_t> BitmapBytes; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp771 std::vector<uint8_t> BitmapBytes; in loadFunctionRecord() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h565 ArrayRef<uint8_t> BitmapBytes; variable