Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1385 if (DISubprogram SPDecl = SP.getFunctionDeclaration()) { in getOrCreateSubprogramDIE() local
1389 getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
1405 DISubprogram SPDecl = SP.getFunctionDeclaration(); in applySubprogramAttributesToDefinition() local
1406 DIScope Context = resolve(SPDecl ? SPDecl.getContext() : SP.getContext()); in applySubprogramAttributesToDefinition()
1414 if (DISubprogram SPDecl = SP.getFunctionDeclaration()) { in applySubprogramAttributes() local
1415 DeclDie = getDIE(SPDecl); in applySubprogramAttributes()
1419 DeclLinkageName = SPDecl.getLinkageName(); in applySubprogramAttributes()
DDwarfDebug.cpp523 if (DISubprogram SPDecl = SP.getFunctionDeclaration()) { in constructAbstractSubprogramScopeDIE() local
525 SPCU.getOrCreateSubprogramDIE(SPDecl); in constructAbstractSubprogramScopeDIE()