Searched refs:SPDecl (Results 1 – 5 of 5) sorted by relevance
648 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local650 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()822 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local823 auto *Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
1106 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local1111 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()1131 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local1132 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()1136 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()1138 getOrCreateSourceID(SPDecl->getFilename(), SPDecl->getDirectory()); in applySubprogramDefinitionAttributes()1143 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()
763 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local765 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()1023 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local1024 auto *Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
1199 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local1204 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()1224 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local1225 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()1231 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()1232 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes()1237 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()
192 DISubprogram SPDecl = SP.getFunctionDeclaration(); in updateSubprogramScopeDIE() local193 if (SPDecl.isSubprogram()) in updateSubprogramScopeDIE()196 SPCU->getOrCreateSubprogramDIE(SPDecl)); in updateSubprogramScopeDIE()