Lines Matching defs:info
5 #include "src/diagnostics/unwinding-info-win64.h"
82 // part of the registration of unwinding info. It is referenced by
83 // RegisterNonABICompliantCodeRange(), below, and by the unwinding info for
89 EXCEPTION_POINTERS info = {ExceptionRecord, ContextRecord};
90 return unhandled_exception_callback_g(&info);
317 // error is acceptable when the unwinding info for the caller frame also
557 // When the --win64-unwinding-info flag is set, we call
558 // RtlAddGrowableFunctionTable to register unwinding info for the whole code
564 // On Windows 7, or when --win64-unwinding-info is not set, we may still need
571 // handling only unwind info for compatibility.
610 // handling only unwind info for compatibility.