ReactOS 0.4.16-dev-963-g182f353
|
Public Member Functions | |
seh_function (struct function *fun) | |
Public Attributes | |
bool | unwind |
bool | except |
tree | asm_header_text |
tree | asm_header |
size_t | count |
std::vector< seh_handler > | handlers |
|
inline |
Definition at line 59 of file main.cpp.
tree seh_function::asm_header |
Definition at line 55 of file main.cpp.
Referenced by seh_function().
tree seh_function::asm_header_text |
Definition at line 54 of file main.cpp.
Referenced by finish_seh_function(), and seh_function().
size_t seh_function::count |
Definition at line 56 of file main.cpp.
Referenced by finish_seh_function(), and handle_seh_pragma().
bool seh_function::except |
Definition at line 53 of file main.cpp.
Referenced by finish_seh_function(), and handle_seh_pragma().
std::vector<seh_handler> seh_function::handlers |
Definition at line 57 of file main.cpp.
Referenced by finish_seh_function(), and handle_seh_pragma().
bool seh_function::unwind |
Definition at line 52 of file main.cpp.
Referenced by finish_seh_function(), and handle_seh_pragma().