Home
last modified time | relevance | path

Searched refs:DPtr (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp301 auto AnnotateDbgRecord = [&](auto *DPtr) { in annotateDebugRecords() argument
306 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()