Searched refs:UIAs (Results 1 – 2 of 2) sorted by relevance
14 assert(UIAs.empty() && in ~CFIFunctionFrameAnalyzer()20 UIAs.emplace_back(&getContext(), MCII, IsEH, Prologue); in startFunctionFrame()25 assert(!UIAs.empty() && "if the instruction is in a frame, there should be " in emitInstructionAndDirectives()27 UIAs.back().update(Inst, Directives); in emitInstructionAndDirectives()31 assert(!UIAs.empty() && "there should be an analysis for each frame"); in finishFunctionFrame()32 UIAs.pop_back(); in finishFunctionFrame()
46 SmallVector<DWARFCFIAnalysis> UIAs; variable