aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap3.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/translate/trans-chap3.ads')
-rw-r--r--src/vhdl/translate/trans-chap3.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/translate/trans-chap3.ads b/src/vhdl/translate/trans-chap3.ads
index e9375fcf8..4701dcf81 100644
--- a/src/vhdl/translate/trans-chap3.ads
+++ b/src/vhdl/translate/trans-chap3.ads
@@ -171,6 +171,10 @@ package Trans.Chap3 is
-- Get the number of elements in array ATYPE.
function Get_Array_Type_Length (Atype : Iir) return O_Enode;
+ -- Return the allocation kind used for layout variable of type INFO.
+ function Get_Composite_Type_Layout_Alloc (Info : Type_Info_Acc)
+ return Allocation_Kind;
+
-- Get the base of array or record OBJ. If OBJ is already constrained,
-- return it.
function Get_Composite_Base (Obj : Mnode) return Mnode;