Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp617 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local
619 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
811 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local
812 DIScope Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
DDwarfUnit.cpp1219 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local
1224 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
1244 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local
1245 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1249 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()