Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1111 auto *FrameDIVar = DBuilder.createAutoVariable(PromiseDIScope, "__coro_frame", in buildFrameDebugInfo() local
1114 assert(FrameDIVar->isValidLocationForIntrinsic(PromiseDDI->getDebugLoc())); in buildFrameDebugInfo()
1127 RetainedNodesVec.push_back(FrameDIVar); in buildFrameDebugInfo()
1132 DBuilder.insertDeclare(Shape.FramePtr, FrameDIVar, in buildFrameDebugInfo()