Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp308 if (MemprofRawVersion >= 4ULL && MIB.AccessHistogramSize > 0) { in ~RawMemProfReader()
344 OS << " Version: " << MemprofRawVersion << "\n"; in printYAML()
680 if (MemprofRawVersion == 3ULL) in readMemInfoBlocks()
682 if (MemprofRawVersion == 4ULL) in readMemInfoBlocks()
697 MemprofRawVersion = Header->Version; in readRawProfile()
719 if (MemprofRawVersion >= 4ULL && in readRawProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h215 uint64_t MemprofRawVersion = MEMPROF_RAW_VERSION; variable