Lines Matching refs:getSubprogram

85   DISubprogram *getSubprogram() {  in getSubprogram()  function in __anon68cdb3b90111::MetadataTest
778 DISubprogram *N = getSubprogram(); in TEST_F()
803 MDNode *N = getSubprogram(); in TEST_F()
991 DIScope *Scope = getSubprogram(); in TEST_F()
1025 "something", File, 1, getSubprogram(), in TEST_F()
1052 DIScope *Scope = getSubprogram(); in TEST_F()
1071 DIScope *Scope = getSubprogram(); in TEST_F()
1125 Context, Tag, Name, File, Line, getSubprogram(), BaseType, in TEST_F()
1190 DIScope *Scope = getSubprogram(); in TEST_F()
1216 DIScope *Scope = getSubprogram(); in TEST_F()
1430 DISubprogram *Declaration = getSubprogram(); in TEST_F()
1551 TemplateParams, getSubprogram(), Variables)); in TEST_F()
1565 DILocalScope *Scope = getSubprogram(); in TEST_F()
1580 DILexicalBlock::get(Context, getSubprogram(), File, Line, Column)); in TEST_F()
1590 DISubprogram *SP = getSubprogram(); in TEST_F()
1618 DILocalScope *Scope = getSubprogram(); in TEST_F()
1630 EXPECT_NE(N, DILexicalBlockFile::get(Context, getSubprogram(), File, in TEST_F()
1754 DIScope *Scope = getSubprogram(); in TEST_F()
1785 DIGlobalVariable::get(Context, getSubprogram(), Name, LinkageName, in TEST_F()
1828 DILocalScope *Scope = getSubprogram(); in TEST_F()
1853 EXPECT_NE(N, DILocalVariable::get(Context, getSubprogram(), Name, File, Line, in TEST_F()
1873 EXPECT_EQ(255u, DILocalVariable::get(Context, getSubprogram(), "", getFile(), in TEST_F()
1876 EXPECT_EQ(256u, DILocalVariable::get(Context, getSubprogram(), "", getFile(), in TEST_F()
1879 EXPECT_EQ(257u, DILocalVariable::get(Context, getSubprogram(), "", getFile(), in TEST_F()
1883 EXPECT_EQ(Max, DILocalVariable::get(Context, getSubprogram(), "", getFile(), in TEST_F()
1992 DIScope *Scope = getSubprogram(); in TEST_F()
2009 EXPECT_NE(N, DIImportedEntity::get(Context, Tag, getSubprogram(), Entity, in TEST_F()
2191 DISubprogram *SP1 = getSubprogram(); in TEST_F()
2192 DISubprogram *SP2 = getSubprogram(); in TEST_F()
2242 DISubprogram *SP = getSubprogram(); in TEST_F()
2296 DISubprogram *SP = getSubprogram(); in TEST_F()
2301 EXPECT_EQ(SP, static_cast<DISubprogram *>(F->getSubprogram())); in TEST_F()