Home | History | Annotate | Download | only in Linker

Lines Matching defs:SP

692   DISubprogram *SP = getDISubprogram(Node);
693 if (!SP)
695 return !UnneededSubprograms.count(SP);
1189 // where we are checking if an already-mapped SP is needed.
1211 // temporary metadata node, which means the SP was needed by an imported
1217 DISubprogram *SP = getDISubprogram(Node);
1218 if (!SP || !ValIDToTempMDMap->count(MDI.second))
1220 UnneededSubprograms.erase(SP);
1236 for (DISubprogram *SP : CU->getSubprograms()) {
1237 if (!SP) {
1241 NewSPs.push_back(SP);