Searched refs:DPtr (Results 1 – 1 of 1) sorted by relevance
312 auto AnnotateDbgRecord = [&](auto *DPtr) { in annotateDebugRecords() argument317 for (size_t LocNo = 0; LocNo < DPtr->getNumVariableLocationOps(); ++LocNo) in annotateDebugRecords()318 if (DPtr->getVariableLocationOp(LocNo) == Info.AI) in annotateDebugRecords()319 DPtr->setExpression( in annotateDebugRecords()320 DIExpression::appendOpsToArg(DPtr->getExpression(), NewOps, LocNo)); in annotateDebugRecords()321 if (auto *DAI = DynCastToDbgAssign(DPtr)) { in annotateDebugRecords()