Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp130 struct CoverageMappingTest : ::testing::TestWithParam<std::pair<bool, bool>> { struct
259 TEST_P(CoverageMappingTest, basic_write_read) { in TEST_P() argument
284 TEST_P(CoverageMappingTest, correct_deserialize_for_more_than_two_files) { in TEST_P() argument
311 TEST_P(CoverageMappingTest, load_coverage_for_more_than_two_files) { in TEST_P() argument
332 TEST_P(CoverageMappingTest, load_coverage_with_bogus_function_name) { in TEST_P() argument
339 TEST_P(CoverageMappingTest, load_coverage_for_several_functions) { in TEST_P() argument
368 TEST_P(CoverageMappingTest, create_combined_regions) { in TEST_P() argument
389 TEST_P(CoverageMappingTest, skipped_segments_have_no_count) { in TEST_P() argument
408 TEST_P(CoverageMappingTest, multiple_regions_end_after_parent_ends) { in TEST_P() argument
469 TEST_P(CoverageMappingTest, multiple_completed_segments_at_same_loc) { in TEST_P() argument
[all …]
DCMakeLists.txt9 CoverageMappingTest.cpp
/external/llvm/unittests/ProfileData/
DCMakeLists.txt9 CoverageMappingTest.cpp
DCoverageMappingTest.cpp100 struct CoverageMappingTest : ::testing::Test { struct
209 : public CoverageMappingTest,
212 CoverageMappingTest::SetUp(); in SetUp()