mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Canonicalize generated procedures
This commit is contained in:
@@ -610,6 +610,9 @@ gb_internal LLVMTypeRef llvm_array_type(LLVMTypeRef ElementType, uint64_t Elemen
|
||||
}
|
||||
|
||||
|
||||
gb_internal String lb_internal_gen_proc_name_from_type(char const *prefix, Type *type);
|
||||
|
||||
|
||||
gb_internal void lb_set_metadata_custom_u64(lbModule *m, LLVMValueRef v_ref, String name, u64 value);
|
||||
gb_internal u64 lb_get_metadata_custom_u64(lbModule *m, LLVMValueRef v_ref, String name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user