Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp623 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local
625 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
816 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local
817 auto *Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
DDwarfUnit.cpp1125 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local
1130 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
1150 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local
1151 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1155 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1157 getOrCreateSourceID(SPDecl->getFilename(), SPDecl->getDirectory()); in applySubprogramDefinitionAttributes()
1162 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()