Home
last modified time | relevance | path

Searched refs:NRecords (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp480 uint32_t NRecords = CovHeader->getNRecords<Endian>(); in readFunctionRecords() local
488 Buf += NRecords * sizeof(FuncRecordType); in readFunctionRecords()
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp575 uint32_t NRecords = CovHeader->getNRecords<Endian>(); in readCoverageHeader() local
588 CovBuf += NRecords * sizeof(FuncRecordType); in readCoverageHeader()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h562 return support::endian::byte_swap<uint32_t, Endian>(NRecords); in getNRecords()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h757 return support::endian::byte_swap<uint32_t, Endian>(NRecords); in getNRecords()
/external/llvm-project/compiler-rt/include/profile/
DInstrProfData.inc250 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
251 llvm::ConstantInt::get(Int32Ty, NRecords))
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfData.inc250 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
251 llvm::ConstantInt::get(Int32Ty, NRecords))
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h915 return support::endian::byte_swap<uint32_t, Endian>(NRecords); in getNRecords()
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc225 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
/external/compiler-rt/lib/profile/
DInstrProfData.inc225 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc238 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp1532 const unsigned NRecords = 0; in emit() local