Home
last modified time | relevance | path

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

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