Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDWinEHFuncInfo.h76 SmallVector<WinEHHandlerType, 1> HandlerArray; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp120 for (WinEHHandlerType &H : TBME.HandlerArray) { in set()
308 for (WinEHHandlerType &H : TBME.HandlerArray) { in set()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDWinException.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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackColoring.cpp712 for (WinEHHandlerType &H : TBME.HandlerArray) in collectMarkers()
1110 for (WinEHHandlerType &H : TBME.HandlerArray) in remapInstructions()
HDWinEHPrepare.cpp177 TBME.HandlerArray.push_back(HT); in addTryBlockMapEntry()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FrameLowering.cpp4170 for (WinEHHandlerType &H : TBME.HandlerArray) { in adjustFrameForMsvcCxxEh()