Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1163 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local
1168 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
1189 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local
1192 DeclArgs = SPDecl->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()
1199 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1205 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1206 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes()
1211 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()
H A DDwarfCompileUnit.cpp1116 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local
1118 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
1549 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local
1550 auto *Context = SPDecl ? SPDecl->getScope() : SP->getScope(); in applySubprogramAttributesToDefinition()