Searched refs:ExceptionHandler (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCWinEH.h | 36 const MCSymbol *ExceptionHandler; member 49 : Begin(nullptr), End(nullptr), ExceptionHandler(nullptr), in FrameInfo() 54 : Begin(BeginFuncEHLabel), End(nullptr), ExceptionHandler(nullptr), in FrameInfo() 60 : Begin(BeginFuncEHLabel), End(nullptr), ExceptionHandler(nullptr), in FrameInfo()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 156 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() function 198 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler); in Enable()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 210 streamer.EmitValue(MCSymbolRefExpr::Create(info->ExceptionHandler, in EmitUnwindInfo()
|
| H A D | MCStreamer.cpp | 446 CurrentWinFrameInfo->ExceptionHandler = Sym; in EmitWinEHHandler()
|