Lines Matching defs:CFR
616 Error insertFunctionRecordIfNeeded(const FuncRecordType *CFR,
620 uint64_t FuncHash = CFR->template getFuncHash<Endian>();
621 NameRefType NameRef = CFR->template getFuncNameRef<Endian>();
626 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName))
766 auto CFR = reinterpret_cast<const FuncRecordType *>(FuncRecBuf);
767 while ((const char *)CFR < FuncRecBufEnd) {
772 CFR->template advanceByOne<Endian>(OutOfLineMappingBuf);
784 uint64_t FilenamesRef = CFR->template getFilenamesRef<Endian>();
798 CFR->template getCoverageMapping<Endian>(OutOfLineMappingBuf);
804 if (Error Err = insertFunctionRecordIfNeeded(CFR, Mapping, *FileRange))
808 std::tie(OutOfLineMappingBuf, CFR) = std::tie(NextMappingBuf, NextCFR);