Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp631 BinaryCoverageReader::ProfileMappingRecord &OldRecord = in insertFunctionRecordIfNeeded() local
634 OldRecord.FunctionHash, OldRecord.CoverageMapping); in insertFunctionRecordIfNeeded()
646 OldRecord.FunctionHash = FuncHash; in insertFunctionRecordIfNeeded()
647 OldRecord.CoverageMapping = Mapping; in insertFunctionRecordIfNeeded()
648 OldRecord.FilenamesBegin = FileRange.StartingIndex; in insertFunctionRecordIfNeeded()
649 OldRecord.FilenamesSize = FileRange.Length; in insertFunctionRecordIfNeeded()