Searched refs:InlinedLoc (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | LexicalScopesTest.cpp | 51 DebugLoc OutermostLoc, InBlockLoc, NotNestedBlockLoc, InlinedLoc; member in __anon8d39c42f0111::LexicalScopesTest 119 InlinedLoc = DILocation::get(Ctx, 10, 1, ToInlineFunc, InBlockLoc.get()); in LexicalScopesTest() 171 EXPECT_FALSE(LS.dominates(InlinedLoc.get(), &MBB)); in TEST_F() 207 EXPECT_FALSE(LS.dominates(InlinedLoc.get(), &MBB)); in TEST_F() 213 BuildMI(*MBB1, MBB1->end(), InlinedLoc, BeanInst); in TEST_F() 214 BuildMI(*MBB2, MBB2->end(), InlinedLoc, BeanInst); in TEST_F() 215 BuildMI(*MBB3, MBB3->end(), InlinedLoc, BeanInst); in TEST_F() 216 BuildMI(*MBB4, MBB4->end(), InlinedLoc, BeanInst); in TEST_F() 229 EXPECT_EQ(InlinedScope->getInlinedAt(), InlinedLoc.getInlinedAt()); in TEST_F() 230 EXPECT_EQ(InlinedScope->getDesc(), InlinedLoc.getScope()); in TEST_F() [all …]
|
| H A D | InstrRefLDVTest.cpp | 58 DebugLoc OutermostLoc, InBlockLoc, NotNestedBlockLoc, InlinedLoc; member in InstrRefLDVTest 117 InlinedLoc = DILocation::get(Ctx, 10, 1, ToInlineFunc, InBlockLoc.get()); in SetUp()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 3578 DILocation *InlinedLoc = DILocation::get(Context, 2, 7, Scope); in TEST_F() local 3586 DebugVariable DebugVariableInlineA(VarA, NoneType(), InlinedLoc); in TEST_F()
|