aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-02-24 14:19:02 +0000
committergingerBill <bill@gingerbill.org>2025-02-24 14:19:02 +0000
commit46a8991d0fae4fb119e9934d62959e5a1729a636 (patch)
tree118396c0b0c57097e18b316cc31f722a1bb149c4 /src/llvm_backend.hpp
parent533f82da24f2736f0e133cab51772712d6526e84 (diff)
Canonicalize generated procedures
Diffstat (limited to 'src/llvm_backend.hpp')
-rw-r--r--src/llvm_backend.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/llvm_backend.hpp b/src/llvm_backend.hpp
index dd6f1a083..d596c2d5c 100644
--- a/src/llvm_backend.hpp
+++ b/src/llvm_backend.hpp
@@ -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);