Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp648 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local
650 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
822 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local
823 auto *Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
DDwarfUnit.cpp1106 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local
1111 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
1131 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local
1132 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1136 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1138 getOrCreateSourceID(SPDecl->getFilename(), SPDecl->getDirectory()); in applySubprogramDefinitionAttributes()
1143 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp763 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() local
765 getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()
1023 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition() local
1024 auto *Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
DDwarfUnit.cpp1199 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() local
1204 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
1224 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes() local
1225 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1231 DeclLinkageName = SPDecl->getLinkageName(); in applySubprogramDefinitionAttributes()
1232 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile()); in applySubprogramDefinitionAttributes()
1237 if (SP->getLine() != SPDecl->getLine()) in applySubprogramDefinitionAttributes()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp192 DISubprogram SPDecl = SP.getFunctionDeclaration(); in updateSubprogramScopeDIE() local
193 if (SPDecl.isSubprogram()) in updateSubprogramScopeDIE()
196 SPCU->getOrCreateSubprogramDIE(SPDecl)); in updateSubprogramScopeDIE()