File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,32 @@ import lib::llvm::llvm;
20
20
import lib:: llvm:: llvm:: ValueRef ;
21
21
import lib:: llvm:: False ;
22
22
23
+ export ac_no_abbrevs;
24
+ export def_to_str;
25
+ export encode;
26
+ export hash_def_id;
27
+ export hash_path;
28
+ export tag_def_id;
29
+ export tag_index;
30
+ export tag_index_table;
31
+ export tag_index_buckets;
32
+ export tag_index_buckets_bucket;
33
+ export tag_index_buckets_bucket_elt;
34
+ export tag_items;
35
+ export tag_items_data_item_kind;
36
+ export tag_items_data_item_symbol;
37
+ export tag_items_data_item_tag_id;
38
+ export tag_items_data_item_type;
39
+ export tag_items_data_item_ty_param_count;
40
+ export tag_items_data_item_variant;
41
+ export tag_meta_export;
42
+ export tag_meta_item;
43
+ export tag_meta_item_key;
44
+ export tag_meta_item_value;
45
+ export tag_paths;
46
+ export ty_abbrev;
47
+ export write_metadata;
48
+
23
49
const uint tag_paths = 0x01 u;
24
50
25
51
const uint tag_items = 0x02 u;
You can’t perform that action at this time.
0 commit comments