HomeSort by: relevance | last modified time | path
    Searched refs:SPDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 1107 if (auto *SPDecl = SP->getDeclaration()) {
1112 getOrCreateSubprogramDIE(SPDecl);
1133 if (auto *SPDecl = SP->getDeclaration()) {
1135 DeclArgs = SPDecl->getType()->getTypeArray();
1142 DeclDie = getDIE(SPDecl);
1148 DeclLinkageName = SPDecl->getLinkageName();
1149 unsigned DeclID = getOrCreateSourceID(SPDecl->getFile());
1154 if (SP->getLine() != SPDecl->getLine())
DwarfCompileUnit.cpp 1091 else if (auto *SPDecl = SP->getDeclaration()) {
1093 getOrCreateSubprogramDIE(SPDecl);
1510 auto *SPDecl = SP->getDeclaration();
1511 auto *Context = SPDecl ? SPDecl->getScope() : SP->getScope();

Completed in 21 milliseconds