Searched refs:DPtr (Results 1 – 1 of 1) sorted by relevance
301 auto AnnotateDbgRecord = [&](auto *DPtr) { in annotateDebugRecords() argument306 for (size_t LocNo = 0; LocNo < DPtr->getNumVariableLocationOps(); ++LocNo) in annotateDebugRecords()307 if (DPtr->getVariableLocationOp(LocNo) == Info.AI) in annotateDebugRecords()308 DPtr->setExpression( in annotateDebugRecords()309 DIExpression::appendOpsToArg(DPtr->getExpression(), NewOps, LocNo)); in annotateDebugRecords()310 if (auto *DAI = DynCastToDbgAssign(DPtr)) { in annotateDebugRecords()