Lines Matching defs:InlinedLoc
52 DebugLoc OutermostLoc, InBlockLoc, NotNestedBlockLoc, InlinedLoc;
120 InlinedLoc = DILocation::get(Ctx, 10, 1, ToInlineFunc, InBlockLoc.get());
172 EXPECT_FALSE(LS.dominates(InlinedLoc.get(), &MBB));
208 EXPECT_FALSE(LS.dominates(InlinedLoc.get(), &MBB));
214 BuildMI(*MBB1, MBB1->end(), InlinedLoc, BeanInst);
215 BuildMI(*MBB2, MBB2->end(), InlinedLoc, BeanInst);
216 BuildMI(*MBB3, MBB3->end(), InlinedLoc, BeanInst);
217 BuildMI(*MBB4, MBB4->end(), InlinedLoc, BeanInst);
230 EXPECT_EQ(InlinedScope->getInlinedAt(), InlinedLoc.getInlinedAt());
231 EXPECT_EQ(InlinedScope->getDesc(), InlinedLoc.getScope());
242 EXPECT_EQ(AbstractScope.getDesc(), InlinedLoc.getScope());