Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1417 DISubprogram SPDecl = SP.getFunctionDeclaration(); in getOrCreateSubprogramDIE() local
1418 if (SPDecl.isSubprogram()) in getOrCreateSubprogramDIE()
1426 if (SPDecl.isSubprogram()) in getOrCreateSubprogramDIE()
1427 DeclDie = getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
DDwarfDebug.cpp389 DISubprogram SPDecl = SP.getFunctionDeclaration(); in updateSubprogramScopeDIE() local
390 if (!SPDecl.isSubprogram()) { in updateSubprogramScopeDIE()