Searched refs:CovMapHeader (Results 1 – 6 of 6) sorted by relevance
615 if (CovBuf + sizeof(CovMapHeader) > CovBufEnd) in readCoverageHeader()617 auto CovHeader = reinterpret_cast<const CovMapHeader *>(CovBuf); in readCoverageHeader()791 reinterpret_cast<const CovMapHeader *>(CovMap.data()); in readCoverageMappingData()894 if (Data.size() < sizeof(CovMapHeader)) in loadTestingFormat()896 auto const *CovHeader = reinterpret_cast<const CovMapHeader *>( in loadTestingFormat()897 Data.substr(0, sizeof(CovMapHeader)).data()); in loadTestingFormat()910 uint32_t CoverageMappingSize = sizeof(CovMapHeader) + FilenamesSize; in loadTestingFormat()
440 if (Buf + sizeof(CovMapHeader) > End) in readFunctionRecords()442 auto CovHeader = reinterpret_cast<const coverage::CovMapHeader *>(Buf); in readFunctionRecords()523 reinterpret_cast<const coverage::CovMapHeader *>(Data.data()); in readCoverageMappingData()
477 if (Buf + sizeof(CovMapHeader) > End) in readFunctionRecords()479 auto CovHeader = reinterpret_cast<const CovMapHeader *>(Buf); in readFunctionRecords()568 reinterpret_cast<const CovMapHeader *>(Data.data()); in readCoverageMappingData()
558 struct CovMapHeader { struct
753 struct CovMapHeader { struct
982 struct CovMapHeader { struct