Searched defs:CoverageMappingTest (Results 1 – 1 of 1) sorted by relevance
100 struct CoverageMappingTest : ::testing::Test { struct101 StringMap<unsigned> Files;102 std::vector<InputFunctionCoverageData> InputFunctions;103 std::vector<OutputFunctionCoverageData> OutputFunctions;105 InstrProfWriter ProfileWriter;106 std::unique_ptr<IndexedInstrProfReader> ProfileReader;108 std::unique_ptr<CoverageMapping> LoadedCoverage;110 void SetUp() override { in SetUp()114 unsigned getGlobalFileIndex(StringRef Name) { in getGlobalFileIndex()127 unsigned getFileIndexForFunction(StringRef Name) { in getFileIndexForFunction()[all …]