Home
last modified time | relevance | path

Searched defs:CoverageMappingTest (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp132 bool UseMultipleReaders;
133 StringMap<unsigned> Files;
134 std::vector<std::string> Filenames;
138 InstrProfWriter ProfileWriter;
141 std::unique_ptr<CoverageMapping> LoadedCoverage;
143 void SetUp() override { in SetUp()
148 unsigned getGlobalFileIndex(StringRef Name) { in getGlobalFileIndex()
194 void addExpression(CounterExpression CE) { in addExpression()
234 void readProfCounts() { in readProfCounts()
268 TEST_P(CoverageMappingTest, basic_write_read) { in TEST_P() argument
[all …]