Searched defs:SPDecl (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1197 DISubprogram SPDecl = SP.getFunctionDeclaration(); local
1199 if (SPDecl.isSubprogram()) {
1200 DeclDie = getOrCreateSubprogramDIE(SPDecl);
H A DDwarfDebug.cpp380 DISubprogram SPDecl = SP.getFunctionDeclaration(); local
381 if (!SPDecl.isSubprogram()) {

Completed in 91 milliseconds