Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCWinEH.h36 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 DCrashRecoveryContext.cpp156 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 DMCWin64EH.cpp210 streamer.EmitValue(MCSymbolRefExpr::Create(info->ExceptionHandler, in EmitUnwindInfo()
H A DMCStreamer.cpp446 CurrentWinFrameInfo->ExceptionHandler = Sym; in EmitWinEHHandler()