Lines Matching defs:DVR2
947 DbgVariableRecord *DVR2 = new DbgVariableRecord(DPI3);
950 EXPECT_NE(DVR1->getRawLocation(), DVR2->getRawLocation());
962 // Insert DbgRecords into markers, order should come out DVR2, DVR1.
964 FirstInst->DebugMarker->insertDbgRecord(DVR2, true);
967 EXPECT_TRUE((&Item == DVR2 && ItCount == 0) ||
983 (Item.getRawLocation() == DVR2->getRawLocation() && ItCount == 0) ||
988 EXPECT_NE(&Item, DVR2);
1013 // Should be the DVR1 and DVR2 objects.
1016 EXPECT_TRUE((&Item == DVR2 && ItCount == 0) ||
1034 // Test again that it's those two DbgVariableRecords, DVR1 and DVR2.
1037 EXPECT_TRUE((&Item == DVR2 && ItCount == 0) ||
1142 DbgVariableRecord *DVR2 = cast<DbgVariableRecord>(
1144 EXPECT_EQ(DVR2->getMarker(), SecondInst->DebugMarker);
1146 EXPECT_EQ(DVR2->getVariableLocationOp(0), FirstInst);
1173 DILocalVariable *DLV2 = DVR2->getVariable();
1174 DIExpression *Expr2 = DVR2->getExpression();