Index

Symbols | C | E | G

Symbols

--disable-bootstrap
command line option
--enable-checking=release
command line option
--enable-host-shared
command line option
--enable-languages=jit
command line option

C

command line option
--disable-bootstrap
--enable-checking=release
--enable-host-shared
--enable-languages=jit

E

environment variable
LD_LIBRARY_PATH
LIBRARY_PATH
PATH

G

gcc_jit_binary_op (C type)
GCC_JIT_BINARY_OP_BITWISE_AND (C macro)
GCC_JIT_BINARY_OP_BITWISE_OR (C macro)
GCC_JIT_BINARY_OP_BITWISE_XOR (C macro)
GCC_JIT_BINARY_OP_DIVIDE (C macro)
GCC_JIT_BINARY_OP_LOGICAL_AND (C macro)
GCC_JIT_BINARY_OP_LOGICAL_OR (C macro)
GCC_JIT_BINARY_OP_LSHIFT (C macro)
GCC_JIT_BINARY_OP_MODULO (C macro)
GCC_JIT_BINARY_OP_MULT (C macro)
GCC_JIT_BINARY_OP_PLUS (C macro)
GCC_JIT_BINARY_OP_RSHIFT (C macro)
gcc_jit_block (C type)
gcc_jit_block_add_assignment (C function)
gcc_jit_block_add_assignment_op (C function)
gcc_jit_block_add_comment (C function)
gcc_jit_block_add_eval (C function)
gcc_jit_block_as_object (C function)
gcc_jit_block_end_with_conditional (C function)
gcc_jit_block_end_with_jump (C function)
gcc_jit_block_end_with_return (C function)
gcc_jit_block_end_with_void_return (C function)
gcc_jit_block_get_function (C function)
gcc_jit_bool_option (C type)
GCC_JIT_BOOL_OPTION_DEBUGINFO (C macro)
GCC_JIT_BOOL_OPTION_DUMP_EVERYTHING (C macro)
GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE (C macro)
GCC_JIT_BOOL_OPTION_DUMP_INITIAL_GIMPLE (C macro)
GCC_JIT_BOOL_OPTION_DUMP_INITIAL_TREE (C macro)
GCC_JIT_BOOL_OPTION_DUMP_SUMMARY (C macro)
GCC_JIT_BOOL_OPTION_KEEP_INTERMEDIATES (C macro)
GCC_JIT_BOOL_OPTION_SELFCHECK_GC (C macro)
gcc_jit_comparison (C type)
gcc_jit_context (C type)
gcc_jit_context_acquire (C function)
gcc_jit_context_compile (C function)
gcc_jit_context_dump_to_file (C function)
gcc_jit_context_get_builtin_function (C function)
gcc_jit_context_get_first_error (C function)
gcc_jit_context_get_int_type (C function)
gcc_jit_context_get_type (C function)
gcc_jit_context_new_array_access (C function)
gcc_jit_context_new_array_type (C function)
gcc_jit_context_new_binary_op (C function)
gcc_jit_context_new_call (C function)
gcc_jit_context_new_cast (C function)
gcc_jit_context_new_child_context (C function)
gcc_jit_context_new_comparison (C function)
gcc_jit_context_new_field (C function)
gcc_jit_context_new_function (C function)
gcc_jit_context_new_global (C function)
gcc_jit_context_new_location (C function)
gcc_jit_context_new_opaque_struct (C function)
gcc_jit_context_new_param (C function)
gcc_jit_context_new_rvalue_from_double (C function)
gcc_jit_context_new_rvalue_from_int (C function)
gcc_jit_context_new_rvalue_from_ptr (C function)
gcc_jit_context_new_string_literal (C function)
gcc_jit_context_new_struct_type (C function)
gcc_jit_context_new_unary_op (C function)
gcc_jit_context_null (C function)
gcc_jit_context_one (C function)
gcc_jit_context_release (C function)
gcc_jit_context_set_bool_option (C function)
gcc_jit_context_set_int_option (C function)
gcc_jit_context_set_str_option (C function)
gcc_jit_context_zero (C function)
gcc_jit_field (C type)
gcc_jit_field_as_object (C function)
gcc_jit_function (C type)
GCC_JIT_FUNCTION_ALWAYS_INLINE (C macro)
gcc_jit_function_as_object (C function)
gcc_jit_function_dump_to_dot (C function)
GCC_JIT_FUNCTION_EXPORTED (C macro)
gcc_jit_function_get_param (C function)
GCC_JIT_FUNCTION_IMPORTED (C macro)
GCC_JIT_FUNCTION_INTERNAL (C macro)
gcc_jit_function_kind (C type)
gcc_jit_function_new_block (C function)
gcc_jit_function_new_local (C function)
gcc_jit_int_option (C type)
GCC_JIT_INT_OPTION_OPTIMIZATION_LEVEL (C macro)
gcc_jit_location (C type)
gcc_jit_lvalue (C type)
gcc_jit_lvalue_access_field (C function)
gcc_jit_lvalue_as_object (C function)
gcc_jit_lvalue_as_rvalue (C function)
gcc_jit_lvalue_get_address (C function)
gcc_jit_object (C type)
gcc_jit_object_get_context (C function)
gcc_jit_object_get_debug_string (C function)
gcc_jit_param (C type)
gcc_jit_param_as_lvalue (C function)
gcc_jit_param_as_object (C function)
gcc_jit_param_as_rvalue (C function)
gcc_jit_result (C type)
gcc_jit_result_get_code (C function)
gcc_jit_result_release (C function)
gcc_jit_rvalue (C type)
gcc_jit_rvalue_access_field (C function)
gcc_jit_rvalue_as_object (C function)
gcc_jit_rvalue_dereference (C function)
gcc_jit_rvalue_dereference_field (C function)
gcc_jit_rvalue_get_type (C function)
gcc_jit_str_option (C type)
GCC_JIT_STR_OPTION_PROGNAME (C macro)
gcc_jit_struct (C type)
gcc_jit_struct_as_type (C function)
gcc_jit_struct_set_fields (C function)
gcc_jit_type (C type)
gcc_jit_type_as_object (C function)
gcc_jit_type_get_const (C function)
gcc_jit_type_get_pointer (C function)
gcc_jit_type_get_volatile (C function)
gcc_jit_unary_op (C type)
GCC_JIT_UNARY_OP_BITWISE_NEGATE (C macro)
GCC_JIT_UNARY_OP_LOGICAL_NEGATE (C macro)
GCC_JIT_UNARY_OP_MINUS (C macro)