HomeSort by: relevance | last modified time | path
    Searched refs:FilenameHash2RecordIndices (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 216 auto RecordIt = FilenameHash2RecordIndices.find(FilenameHash);
217 if (RecordIt == FilenameHash2RecordIndices.end())
298 auto &RecordIndices = FilenameHash2RecordIndices[hash_value(Filename)];
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 573 DenseMap<size_t, SmallVector<unsigned, 0>> FilenameHash2RecordIndices;

Completed in 22 milliseconds