Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1254 auto *FrameDIVar = DBuilder.createAutoVariable(PromiseDIScope, "__coro_frame", in buildFrameDebugInfo() local
1257 assert(FrameDIVar->isValidLocationForIntrinsic(DILoc)); in buildFrameDebugInfo()
1270 RetainedNodesVec.push_back(FrameDIVar); in buildFrameDebugInfo()
1277 FrameDIVar, DBuilder.createExpression(), in buildFrameDebugInfo()
1282 DBuilder.insertDeclare(Shape.FramePtr, FrameDIVar, in buildFrameDebugInfo()