Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp578 BinaryCoverageReader::ProfileMappingRecord &OldRecord = in insertFunctionRecordIfNeeded() local
581 OldRecord.FunctionHash, OldRecord.CoverageMapping); in insertFunctionRecordIfNeeded()
593 OldRecord.FunctionHash = FuncHash; in insertFunctionRecordIfNeeded()
594 OldRecord.CoverageMapping = Mapping; in insertFunctionRecordIfNeeded()
595 OldRecord.FilenamesBegin = FileRange.StartingIndex; in insertFunctionRecordIfNeeded()
596 OldRecord.FilenamesSize = FileRange.Length; in insertFunctionRecordIfNeeded()