Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameAnalyzer.cpp14 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameAnalyzer.h46 SmallVector<DWARFCFIAnalysis> UIAs; variable