Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1197 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local
1202 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
1223 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local
1226 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()
H A DDwarfCompileUnit.cpp1182 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local
1184 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
1668 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local
1669 auto *Context = SPDecl ? SPDecl->getScope() : SP->getScope(); in applySubprogramAttributesToDefinition()