Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp671 uint32_t NRecords = CovHeader->getNRecords<Endian>(); in readCoverageHeader() local
684 CovBuf += NRecords * sizeof(FuncRecordType); in readCoverageHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc295 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
296 llvm::ConstantInt::get(Int32Ty, NRecords))
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc295 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
296 llvm::ConstantInt::get(Int32Ty, NRecords))
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1343 return support::endian::byte_swap<uint32_t, Endian>(NRecords); in getNRecords()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2554 const unsigned NRecords = 0; in emit() local