Searched refs:SPDecl (Results 1 – 2 of 2) sorted by relevance
623 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local625 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()816 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local817 auto *Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
1125 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local1130 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()1150 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local1151 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()1155 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()1157 getOrCreateSourceID(SPDecl->getFilename(), SPDecl->getDirectory()); in applySubprogramDefinitionAttributes()1162 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()