Searched refs:SPDecl (Results 1 – 2 of 2) sorted by relevance
1348 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local1353 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()1374 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local1377 DeclArgs = SPDecl->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()1384 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()1390 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()1391 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes()1396 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()
1215 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local1217 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()1719 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local1720 auto *Context = SPDecl ? SPDecl->getScope() : SP->getScope(); in applySubprogramAttributesToDefinition()