Home
last modified time | relevance | path

Searched defs:ExceptionInfo (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp217 struct ExceptionInfo { struct
218 const MCSymbol *FunctionSymbol;
219 unsigned FunctionSize;
220 std::vector<ExceptionTableEntry> Entries;
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler()
H A DFuzzerUtilFuchsia.cpp263 zx_exception_info_t ExceptionInfo; in CrashHandler() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCrashRecoveryContext.cpp266 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler()