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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1023 DISubprogram SPDecl = SP.getFunctionDeclaration(); local
1025 if (SPDecl.isSubprogram()) {
1026 DeclDie = getOrCreateSubprogramDIE(SPDecl);
H A DDwarfDebug.cpp310 DISubprogram SPDecl = SP.getFunctionDeclaration(); local
311 if (!SPDecl.isSubprogram()) {
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2084 llvm::DISubprogram SPDecl; local
2087 SPDecl = getFunctionDeclaration(D);
2103 Fn, TParamsArray, SPDecl);

Completed in 382 milliseconds