summaryrefslogtreecommitdiffstats
path: root/bindings/ada/target/llvm_target.ads
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2009-10-14 17:57:32 +0000
committerrdivacky <rdivacky@FreeBSD.org>2009-10-14 17:57:32 +0000
commitcd749a9c07f1de2fb8affde90537efa4bc3e7c54 (patch)
treeb21f6de4e08b89bb7931806bab798fc2a5e3a686 /bindings/ada/target/llvm_target.ads
parent72621d11de5b873f1695f391eb95f0b336c3d2d4 (diff)
downloadFreeBSD-src-cd749a9c07f1de2fb8affde90537efa4bc3e7c54.zip
FreeBSD-src-cd749a9c07f1de2fb8affde90537efa4bc3e7c54.tar.gz
Update llvm to r84119.
Diffstat (limited to 'bindings/ada/target/llvm_target.ads')
-rw-r--r--bindings/ada/target/llvm_target.ads72
1 files changed, 72 insertions, 0 deletions
diff --git a/bindings/ada/target/llvm_target.ads b/bindings/ada/target/llvm_target.ads
new file mode 100644
index 0000000..11cb05d
--- /dev/null
+++ b/bindings/ada/target/llvm_target.ads
@@ -0,0 +1,72 @@
+-- This file is generated by SWIG. Do *not* modify by hand.
+--
+
+with Interfaces.C.Extensions;
+
+
+package LLVM_Target is
+
+ -- LLVMOpaqueTargetData
+ --
+ type LLVMOpaqueTargetData is new
+ Interfaces.C.Extensions.opaque_structure_def;
+
+ type LLVMOpaqueTargetData_array is
+ array (Interfaces.C.size_t range <>)
+ of aliased LLVM_Target.LLVMOpaqueTargetData;
+
+ type LLVMOpaqueTargetData_view is access all
+ LLVM_Target.LLVMOpaqueTargetData;
+
+ -- LLVMTargetDataRef
+ --
+ type LLVMTargetDataRef is access all LLVM_Target.LLVMOpaqueTargetData;
+
+ type LLVMTargetDataRef_array is
+ array (Interfaces.C.size_t range <>)
+ of aliased LLVM_Target.LLVMTargetDataRef;
+
+ type LLVMTargetDataRef_view is access all LLVM_Target.LLVMTargetDataRef;
+
+ -- LLVMStructLayout
+ --
+ type LLVMStructLayout is new Interfaces.C.Extensions.opaque_structure_def;
+
+ type LLVMStructLayout_array is
+ array (Interfaces.C.size_t range <>)
+ of aliased LLVM_Target.LLVMStructLayout;
+
+ type LLVMStructLayout_view is access all LLVM_Target.LLVMStructLayout;
+
+ -- LLVMStructLayoutRef
+ --
+ type LLVMStructLayoutRef is access all LLVM_Target.LLVMStructLayout;
+
+ type LLVMStructLayoutRef_array is
+ array (Interfaces.C.size_t range <>)
+ of aliased LLVM_Target.LLVMStructLayoutRef;
+
+ type LLVMStructLayoutRef_view is access all LLVM_Target.LLVMStructLayoutRef;
+
+ -- TargetData
+ --
+ type TargetData is new Interfaces.C.Extensions.incomplete_class_def;
+
+ type TargetData_array is
+ array (Interfaces.C.size_t range <>)
+ of aliased LLVM_Target.TargetData;
+
+ type TargetData_view is access all LLVM_Target.TargetData;
+
+ -- LLVMByteOrdering
+ --
+ type LLVMByteOrdering is new Interfaces.C.int;
+
+ type LLVMByteOrdering_array is
+ array (Interfaces.C.size_t range <>)
+ of aliased LLVM_Target.LLVMByteOrdering;
+
+ type LLVMByteOrdering_view is access all LLVM_Target.LLVMByteOrdering;
+
+
+end LLVM_Target;
OpenPOWER on IntegriCloud