Searched refs:SPDecl (Results 1 – 2 of 2) sorted by relevance
1164 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local1169 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()1190 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local1193 DeclArgs = SPDecl->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()1200 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()1206 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()1207 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes()1212 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()
1167 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local1169 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()1647 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local1648 auto *Context = SPDecl ? SPDecl->getScope() : SP->getScope(); in applySubprogramAttributesToDefinition()