Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp217 auto RecordIt = FilenameHash2RecordIndices.find(FilenameHash); in getImpreciseRecordIndicesForFilename() local
218 if (RecordIt == FilenameHash2RecordIndices.end()) in getImpreciseRecordIndicesForFilename()
220 return RecordIt->second; in getImpreciseRecordIndicesForFilename()