Searched refs:addCMR (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp105 void addCMR(Counter C, StringRef File, unsigned LS, unsigned CS, unsigned LE, function in struct:__anon12780::CoverageMappingTest
158 addCMR(Counter::getCounter(0), "foo", 1, 1, 1, 1);
159 addCMR(Counter::getCounter(1), "foo", 2, 1, 2, 2);
160 addCMR(Counter::getZero(), "foo", 3, 1, 3, 4);
161 addCMR(Counter::getCounter(2), "foo", 4, 1, 4, 8);
162 addCMR(Counter::getCounter(3), "bar", 1, 2, 3, 4);
178 addCMR(Counter::getCounter(1), "foo", 10, 1, 10, 2);
180 addCMR(Counter::getCounter(2), "foo", 1, 1, 20, 1);
195 addCMR(Counter::getCounter(0), "file1", 1, 1, 9, 9);
196 addCMR(Counte
[all...]

Completed in 129 milliseconds