search for: 1030044

Displaying 1 result from an estimated 1 matches for "1030044".

Did you mean: 100044
2013 Apr 25
2
[LLVMdev] Allocate memory for a class
On Thu, Apr 25, 2013 at 3:14 PM, B B <blackbox.dev.ml at gmail.com> wrote: > > %call = call noalias i8* @_Znwm(i64 ptrtoint(%class.A* getelementptr(%class.A* null, i32 1) to i64)) > Yes, by "dynamically" I meant at IR code generation time. So if I > understand, in your approach I need only to determine how many elements are > in the structure. How can I get this