Home
last modified time | relevance | path

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

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