Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1089 auto *FrameDIVar = DBuilder.createAutoVariable(PromiseDIScope, "__coro_frame", in buildFrameDebugInfo() local
1092 assert(FrameDIVar->isValidLocationForIntrinsic(PromiseDDI->getDebugLoc())); in buildFrameDebugInfo()
1105 RetainedNodesVec.push_back(FrameDIVar); in buildFrameDebugInfo()
1110 DBuilder.insertDeclare(Shape.FramePtr, FrameDIVar, in buildFrameDebugInfo()