Home
last modified time | relevance | path

Searched refs:SPDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1162 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local
1167 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
1188 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local
1191 DeclArgs = SPDecl->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()
1198 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1204 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1205 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes()
1210 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()
H A DDwarfCompileUnit.cpp1111 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local
1113 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
1544 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local
1545 auto *Context = SPDecl ? SPDecl->getScope() : SP->getScope(); in applySubprogramAttributesToDefinition()