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

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

Completed in 147 milliseconds