Displaying 2 results from an estimated 2 matches for "alloc_metadata".
2012 Jun 05
0
[LLVMdev] alloc_size metadata
>> So here is a new proposal:
>>
>> !0 = metadata !{ alloc_siz_fn, offset_fn, parameters* }
>>
>> alloc_size_fn and offset_fn are functions that return either i32/i64
>> depending on the platform, and they must have the same number of
>> arguments (not necessarily the same as the as allocation function).
>> The parameters are given in the metadata as
2012 Jun 05
3
[LLVMdev] alloc_size metadata
Hi Nuno,
> So here is a new proposal:
>
> !0 = metadata !{ alloc_siz_fn, offset_fn, parameters* }
>
> alloc_size_fn and offset_fn are functions that return either i32/i64
> depending on the platform, and they must have the same number of
> arguments (not necessarily the same as the as allocation function).
> The parameters are given in the metadata as well.
> To