Searched refs:NRecords (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 443 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/ |
D | CoverageMappingReader.cpp | 480 uint32_t NRecords = CovHeader->getNRecords<Endian>(); in readFunctionRecords() local 488 Buf += NRecords * sizeof(FuncRecordType); in readFunctionRecords()
|
/external/llvm-project/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 575 uint32_t NRecords = CovHeader->getNRecords<Endian>(); in readCoverageHeader() local 588 CovBuf += NRecords * sizeof(FuncRecordType); in readCoverageHeader()
|
/external/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 562 return support::endian::byte_swap<uint32_t, Endian>(NRecords); in getNRecords()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 757 return support::endian::byte_swap<uint32_t, Endian>(NRecords); in getNRecords()
|
/external/llvm-project/compiler-rt/include/profile/ |
D | InstrProfData.inc | 250 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \ 251 llvm::ConstantInt::get(Int32Ty, NRecords))
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 250 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \ 251 llvm::ConstantInt::get(Int32Ty, NRecords))
|
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 915 return support::endian::byte_swap<uint32_t, Endian>(NRecords); in getNRecords()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 225 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 225 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 238 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 1532 const unsigned NRecords = 0; in emit() local
|