Searched refs:SPDecl (Results 1 – 2 of 2) sorted by relevance
1417 DISubprogram SPDecl = SP.getFunctionDeclaration(); in getOrCreateSubprogramDIE() local1418 if (SPDecl.isSubprogram()) in getOrCreateSubprogramDIE()1426 if (SPDecl.isSubprogram()) in getOrCreateSubprogramDIE()1427 DeclDie = getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
389 DISubprogram SPDecl = SP.getFunctionDeclaration(); in updateSubprogramScopeDIE() local390 if (!SPDecl.isSubprogram()) { in updateSubprogramScopeDIE()