Searched refs:Writer2 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/XRay/ |
| H A D | FDRProducerConsumerTest.cpp | 152 FDRTraceWriter Writer2(OS2, this->H); in TYPED_TEST_P() local 154 ASSERT_FALSE(errorToBool(P->apply(Writer2))); in TYPED_TEST_P() 193 FDRTraceWriter Writer2(OS2, this->H); in TYPED_TEST_P() local 195 ASSERT_FALSE(errorToBool(P->apply(Writer2))); in TYPED_TEST_P()
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | InstrProfTest.cpp | 207 InstrProfWriter Writer2; in TEST_F() local 208 Writer2.addRecord({"func2", 0x1234, {0, 0}}, Err); in TEST_F() 210 Writer.mergeRecordsFromWriter(std::move(Writer2), Err); in TEST_F() 369 InstrProfWriter Writer2; in TEST_F() local 370 ASSERT_THAT_ERROR(Writer2.mergeProfileKind(InstrProfKind::MemProf), in TEST_F() 387 Writer2.addMemProfRecord(/*Id=*/0x9999, IndexedMR); in TEST_F() 389 ASSERT_THAT_ERROR(Writer.mergeProfileKind(Writer2.getProfileKind()), in TEST_F() 391 Writer.mergeRecordsFromWriter(std::move(Writer2), Err); in TEST_F()
|