Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1107 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local
1112 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
1133 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local
1135 DeclArgs = SPDecl->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()
1142 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1148 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1149 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes()
1154 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()
H A DDwarfCompileUnit.cpp1091 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local
1093 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
1510 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local
1511 auto *Context = SPDecl ? SPDecl->getScope() : SP->getScope(); in applySubprogramAttributesToDefinition()