Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1140 DISubprogram SPDecl = SP.getFunctionDeclaration(); in getOrCreateSubprogramDIE() local
1142 if (SPDecl.isSubprogram()) { in getOrCreateSubprogramDIE()
1143 DeclDie = getOrCreateSubprogramDIE(SPDecl); in getOrCreateSubprogramDIE()
DDwarfDebug.cpp367 DISubprogram SPDecl = SP.getFunctionDeclaration(); in updateSubprogramScopeDIE() local
368 if (!SPDecl.isSubprogram()) { in updateSubprogramScopeDIE()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2263 llvm::DISubprogram SPDecl; in EmitFunctionStart() local
2267 SPDecl = getFunctionDeclaration(D); in EmitFunctionStart()
2283 Fn, TParamsArray, SPDecl); in EmitFunctionStart()