![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
UnwindCode (UINT8 offset, UnwindOpcode operation, Register info) | |
UnwindCode (UINT8 offset, UnwindOpcode operation, Register info) | |
Public Attributes | |
UINT8 | offset |
UINT8 | operation: 4 |
UINT8 | info: 4 |
Definition at line 42 of file qv4functiontable_win64.cpp.
|
inline |
Definition at line 44 of file qv4functiontable_win64.cpp.
References UnwindCode().
Referenced by UnwindCode().
|
inline |
Definition at line 44 of file qv4functiontable_win64.cpp.
UINT8 QV4::UnwindCode::info |
Definition at line 50 of file qv4functiontable_win64.cpp.
UINT8 QV4::UnwindCode::offset |
Definition at line 48 of file qv4functiontable_win64.cpp.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
UINT8 QV4::UnwindCode::operation |
Definition at line 49 of file qv4functiontable_win64.cpp.