Home
last modified time | relevance | path

Searched refs:NextCFR (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp705 const FuncRecordType *NextCFR; in readFunctionRecords() local
706 std::tie(NextMappingBuf, NextCFR) = in readFunctionRecords()
736 std::tie(OutOfLineMappingBuf, CFR) = std::tie(NextMappingBuf, NextCFR); in readFunctionRecords()