php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <sljitLir.h>
Data Fields | |
sljit_s32 | error |
sljit_s32 | options |
struct sljit_label * | labels |
struct sljit_jump * | jumps |
struct sljit_const * | consts |
struct sljit_label * | last_label |
struct sljit_jump * | last_jump |
struct sljit_const * | last_const |
void * | allocator_data |
void * | user_data |
struct sljit_memory_fragment * | buf |
struct sljit_memory_fragment * | abuf |
sljit_uw | label_count |
sljit_s32 | scratches |
sljit_s32 | saveds |
sljit_s32 | fscratches |
sljit_s32 | fsaveds |
sljit_s32 | local_size |
sljit_uw | size |
sljit_sw | executable_offset |
sljit_uw | executable_size |
FILE * | verbose |
sljit_s32 | last_flags |
sljit_s32 | last_return |
sljit_s32 | logical_local_size |
sljit_s32 | skip_checks |
Definition at line 460 of file sljitLir.h.
struct sljit_memory_fragment* sljit_compiler::abuf |
Definition at line 474 of file sljitLir.h.
void* sljit_compiler::allocator_data |
Definition at line 471 of file sljitLir.h.
struct sljit_memory_fragment* sljit_compiler::buf |
Definition at line 473 of file sljitLir.h.
struct sljit_const* sljit_compiler::consts |
Definition at line 466 of file sljitLir.h.
sljit_s32 sljit_compiler::error |
Definition at line 461 of file sljitLir.h.
sljit_sw sljit_compiler::executable_offset |
Definition at line 491 of file sljitLir.h.
sljit_uw sljit_compiler::executable_size |
Definition at line 493 of file sljitLir.h.
sljit_s32 sljit_compiler::fsaveds |
Definition at line 485 of file sljitLir.h.
sljit_s32 sljit_compiler::fscratches |
Definition at line 483 of file sljitLir.h.
struct sljit_jump* sljit_compiler::jumps |
Definition at line 465 of file sljitLir.h.
sljit_uw sljit_compiler::label_count |
Definition at line 477 of file sljitLir.h.
struct sljit_label* sljit_compiler::labels |
Definition at line 464 of file sljitLir.h.
struct sljit_const* sljit_compiler::last_const |
Definition at line 469 of file sljitLir.h.
sljit_s32 sljit_compiler::last_flags |
Definition at line 570 of file sljitLir.h.
struct sljit_jump* sljit_compiler::last_jump |
Definition at line 468 of file sljitLir.h.
struct sljit_label* sljit_compiler::last_label |
Definition at line 467 of file sljitLir.h.
sljit_s32 sljit_compiler::last_return |
Definition at line 572 of file sljitLir.h.
sljit_s32 sljit_compiler::local_size |
Definition at line 487 of file sljitLir.h.
sljit_s32 sljit_compiler::logical_local_size |
Definition at line 574 of file sljitLir.h.
sljit_s32 sljit_compiler::options |
Definition at line 462 of file sljitLir.h.
sljit_s32 sljit_compiler::saveds |
Definition at line 481 of file sljitLir.h.
sljit_s32 sljit_compiler::scratches |
Definition at line 479 of file sljitLir.h.
sljit_uw sljit_compiler::size |
Definition at line 489 of file sljitLir.h.
sljit_s32 sljit_compiler::skip_checks |
Definition at line 582 of file sljitLir.h.
void* sljit_compiler::user_data |
Definition at line 472 of file sljitLir.h.
FILE* sljit_compiler::verbose |
Definition at line 563 of file sljitLir.h.