Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1164 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local
1169 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
1190 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local
1193 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()
H A DDwarfCompileUnit.cpp1167 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local
1169 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
1647 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local
1648 auto *Context = SPDecl ? SPDecl->getScope() : SP->getScope(); in applySubprogramAttributesToDefinition()