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