Home
last modified time | relevance | path

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

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