Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:SPDecl

1125   if (auto *SPDecl = SP->getDeclaration()) {
1130 getOrCreateSubprogramDIE(SPDecl);
1150 if (auto *SPDecl = SP->getDeclaration()) {
1151 DeclDie = getDIE(SPDecl);
1155 DeclLinkageName = SPDecl->getLinkageName();
1157 getOrCreateSourceID(SPDecl->getFilename(), SPDecl->getDirectory());
1162 if (SP->getLine() != SPDecl->getLine())