Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h46 struct SEHUnwindMapEntry { struct
98 SmallVector<SEHUnwindMapEntry, 4> SEHUnwindMap;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp638 const SEHUnwindMapEntry &UME = FuncInfo.SEHUnwindMap[State]; in emitSEHActionsForRange()
1071 for (const SEHUnwindMapEntry &UME : FuncInfo.SEHUnwindMap) { in emitExceptHandlerTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp474 SEHUnwindMapEntry Entry; in addSEHExcept()
485 SEHUnwindMapEntry Entry; in addSEHFinally()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp316 for (SEHUnwindMapEntry &UME : EHInfo.SEHUnwindMap) { in set()