Home | History | Annotate | Download | only in Reader

Lines Matching defs:SP

2187       DISubprogram *SP = GET_OR_DISTINCT(
2196 MDValueList.assignValue(SP, NextMDValueNo++);
2198 // Upgrade sp->function mapping to function->sp mapping.
2205 FunctionsWithSPs[F] = SP;
2207 F->setSubprogram(SP);
5265 if (DISubprogram *SP = FunctionsWithSPs.lookup(F))
5266 F->setSubprogram(SP);