HomeSort by relevance Sort by last modified time
    Searched refs:NRecords (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfData.inc 225 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 225 COVMAP_HEADER(uint32_t, Int32Ty, NRecords, \
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 443 uint32_t NRecords = CovHeader->getNRecords<Endian>();
451 Buf += NRecords * sizeof(FuncRecordType);
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 562 return support::endian::byte_swap<uint32_t, Endian>(NRecords);

Completed in 485 milliseconds