Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp93 if (!IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) { in _GCC_specific_handler()
111 if (ours && ms_exc->NumberParameters > 1) in _GCC_specific_handler()
139 if (ours && ms_exc->NumberParameters > 1) in _GCC_specific_handler()
146 ms_exc->NumberParameters = 4; in _GCC_specific_handler()
157 if (ours && !IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) in _GCC_specific_handler()
209 ms_exc.NumberParameters = 3; in __libunwind_seh_personality()
383 ms_exc.NumberParameters = 4; in _Unwind_Resume()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h237 support::ulittle32_t NumberParameters; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp280 exception_pointers->ExceptionRecord->NumberParameters < 2) { in ShadowExceptionHandler()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp386 mapOptional(IO, "Number of Parameters", Exception.NumberParameters, 0); in mapping()
393 if (Index < Exception.NumberParameters) in mapping()