jit: API change to gcc_jit_context_new_global
[official-gcc.git] / gcc / jit / libgccjit.map
blob3ab88fda4b5adcf9fd722a093adebd76b961e4ab
1 # Linker script for libgccjit.so
2 #   Copyright (C) 2013-2015 Free Software Foundation, Inc.
3 #   Contributed by David Malcolm <dmalcolm@redhat.com>.
5 # This file is part of GCC.
7 # GCC is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3, or (at your option)
10 # any later version.
12 # GCC is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 # General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with GCC; see the file COPYING3.  If not see
19 # <http://www.gnu.org/licenses/>.  */
21   global:
22     # Keep this list sorted alphabetically:
23     gcc_jit_block_add_assignment;
24     gcc_jit_block_add_assignment_op;
25     gcc_jit_block_add_comment;
26     gcc_jit_block_add_eval;
27     gcc_jit_block_as_object;
28     gcc_jit_block_end_with_conditional;
29     gcc_jit_block_end_with_jump;
30     gcc_jit_block_end_with_return;
31     gcc_jit_block_end_with_void_return;
32     gcc_jit_block_get_function;
33     gcc_jit_context_acquire;
34     gcc_jit_context_compile;
35     gcc_jit_context_dump_to_file;
36     gcc_jit_context_enable_dump;
37     gcc_jit_context_get_builtin_function;
38     gcc_jit_context_get_first_error;
39     gcc_jit_context_get_last_error;
40     gcc_jit_context_get_type;
41     gcc_jit_context_get_int_type;
42     gcc_jit_context_new_array_access;
43     gcc_jit_context_new_array_type;
44     gcc_jit_context_new_binary_op;
45     gcc_jit_context_new_call;
46     gcc_jit_context_new_call_through_ptr;
47     gcc_jit_context_new_cast;
48     gcc_jit_context_new_child_context;
49     gcc_jit_context_new_comparison;
50     gcc_jit_context_new_field;
51     gcc_jit_context_new_function;
52     gcc_jit_context_new_function_ptr_type;
53     gcc_jit_context_new_global;
54     gcc_jit_context_new_location;
55     gcc_jit_context_new_opaque_struct;
56     gcc_jit_context_new_param;
57     gcc_jit_context_new_rvalue_from_double;
58     gcc_jit_context_new_rvalue_from_int;
59     gcc_jit_context_new_rvalue_from_long;
60     gcc_jit_context_new_rvalue_from_ptr;
61     gcc_jit_context_new_string_literal;
62     gcc_jit_context_new_struct_type;
63     gcc_jit_context_new_unary_op;
64     gcc_jit_context_new_union_type;
65     gcc_jit_context_null;
66     gcc_jit_context_one;
67     gcc_jit_context_release;
68     gcc_jit_context_set_bool_option;
69     gcc_jit_context_set_int_option;
70     gcc_jit_context_set_logfile;
71     gcc_jit_context_set_str_option;
72     gcc_jit_context_zero;
73     gcc_jit_field_as_object;
74     gcc_jit_function_as_object;
75     gcc_jit_function_dump_to_dot;
76     gcc_jit_function_get_param;
77     gcc_jit_function_new_block;
78     gcc_jit_function_new_local;
79     gcc_jit_location_as_object;
80     gcc_jit_lvalue_as_object;
81     gcc_jit_lvalue_as_rvalue;
82     gcc_jit_lvalue_access_field;
83     gcc_jit_lvalue_get_address;
84     gcc_jit_object_get_context;
85     gcc_jit_object_get_debug_string;
86     gcc_jit_param_as_lvalue;
87     gcc_jit_param_as_object;
88     gcc_jit_param_as_rvalue;
89     gcc_jit_result_get_code;
90     gcc_jit_result_get_global;
91     gcc_jit_result_release;
92     gcc_jit_rvalue_access_field;
93     gcc_jit_rvalue_as_object;
94     gcc_jit_rvalue_dereference;
95     gcc_jit_rvalue_dereference_field;
96     gcc_jit_rvalue_get_type;
97     gcc_jit_struct_as_type;
98     gcc_jit_struct_set_fields;
99     gcc_jit_type_as_object;
100     gcc_jit_type_get_const;
101     gcc_jit_type_get_pointer;
102     gcc_jit_type_get_volatile;
104   local: *;