Lines Matching defs:CFR
609 Error insertFunctionRecordIfNeeded(const FuncRecordType *CFR,
613 uint64_t FuncHash = CFR->template getFuncHash<Endian>();
614 NameRefType NameRef = CFR->template getFuncNameRef<Endian>();
619 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName))
759 auto CFR = reinterpret_cast<const FuncRecordType *>(FuncRecBuf);
760 while ((const char *)CFR < FuncRecBufEnd) {
765 CFR->template advanceByOne<Endian>(OutOfLineMappingBuf);
777 uint64_t FilenamesRef = CFR->template getFilenamesRef<Endian>();
791 CFR->template getCoverageMapping<Endian>(OutOfLineMappingBuf);
797 if (Error Err = insertFunctionRecordIfNeeded(CFR, Mapping, *FileRange))
801 std::tie(OutOfLineMappingBuf, CFR) = std::tie(NextMappingBuf, NextCFR);