Searched refs:SPDecl (Results 1 – 2 of 2) sorted by relevance
1197 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local1202 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()1223 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local1226 DeclArgs = SPDecl->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()1233 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()1239 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()1240 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes()1245 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()
1182 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local1184 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()1668 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local1669 auto *Context = SPDecl ? SPDecl->getScope() : SP->getScope(); in applySubprogramAttributesToDefinition()