Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp443 uint32_t NRecords = CovHeader->getNRecords<Endian>(); in readFunctionRecords() local
451 Buf += NRecords * sizeof(FuncRecordType); in readFunctionRecords()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h562 return support::endian::byte_swap<uint32_t, Endian>(NRecords); in getNRecords()
/external/compiler-rt/lib/profile/
DInstrProfData.inc225 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc225 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \