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

/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp390 DebugLoc DL1 = DILocation::get(Ctx, 2, 0, SP); local
395 Br->setDebugLoc(DL1);
399 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation());
401 EXPECT_EQ(DL1, Call1->getDebugLoc());

Completed in 47 milliseconds