Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp408 BinaryCoverageReader::ProfileMappingRecord &OldRecord = in insertFunctionRecordIfNeeded() local
411 OldRecord.FunctionHash, OldRecord.CoverageMapping); in insertFunctionRecordIfNeeded()
422 OldRecord.FunctionHash = FuncHash; in insertFunctionRecordIfNeeded()
423 OldRecord.CoverageMapping = Mapping; in insertFunctionRecordIfNeeded()
424 OldRecord.FilenamesBegin = FilenamesBegin; in insertFunctionRecordIfNeeded()
425 OldRecord.FilenamesSize = Filenames.size() - FilenamesBegin; in insertFunctionRecordIfNeeded()