Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h76 SmallVector<WinEHHandlerType, 1> HandlerArray; member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp120 for (WinEHHandlerType &H : TBME.HandlerArray) { in set()
308 for (WinEHHandlerType &H : TBME.HandlerArray) { in set()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp802 if (!TBME.HandlerArray.empty()) in emitCXXFrameHandler3Table()
827 OS.emitInt32(TBME.HandlerArray.size()); in emitCXXFrameHandler3Table()
853 for (const WinEHHandlerType &HT : TBME.HandlerArray) { in emitCXXFrameHandler3Table()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp712 for (WinEHHandlerType &H : TBME.HandlerArray) in collectMarkers()
1110 for (WinEHHandlerType &H : TBME.HandlerArray) in remapInstructions()
H A DWinEHPrepare.cpp177 TBME.HandlerArray.push_back(HT); in addTryBlockMapEntry()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp4170 for (WinEHHandlerType &H : TBME.HandlerArray) { in restoreWinEHStackPointersInParent()