Searched refs:SPDecl (Results 1 – 2 of 2) sorted by relevance
617 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local619 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()811 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local812 DIScope Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
1219 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local1224 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()1244 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local1245 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()1249 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()