Displaying 3 results from an estimated 3 matches for "pointerarray".
2008 Jun 28
2
[LLVMdev] need to store the address of a variable
...lem is, that I want to get an array of pointers to all local variables
in a function. This array will be used for transfering these Variables to
another execution engine.
I've code which generates this array, and a pointer to the target field of the
array.
name = variables.fname + "_pointerArray";
Instruction* pointerArray = new
AllocaInst(PointerType::get(Type::Int32Ty,NULL),
ConstantInt::get(Type::Int32Ty, variables.inst.size()),
name,
alloca_point);
// fill array with the addresses of the functions
for(unsigned int i = 0; i < variables.inst.size(); i++) {
na...
2008 Jun 28
0
[LLVMdev] need to store the address of a variable
...ray of pointers to all local variables
> in a function. This array will be used for transfering these Variables to
> another execution engine.
>
> I've code which generates this array, and a pointer to the target field of the
> array.
>
> name = variables.fname + "_pointerArray";
> Instruction* pointerArray = new
> AllocaInst(PointerType::get(Type::Int32Ty,NULL),
> ConstantInt::get(Type::Int32Ty, variables.inst.size()),
> name,
> alloca_point);
>
> // fill array with the addresses of the functions
> for(unsigned int i = 0; i...
2012 Jul 17
0
Wine release 1.5.9
...Fix EOF handling in basic_filebuf<char>::underflow.
msvcp90: Fix off by one issues in basic_string functions operating on iterators.
msvcp90: Fix parsing of floating point numbers starting with decimal separator.
Rico Sch?ller (5):
d3dx9: Implement ID3DXBaseEffect::GetMatrixPointerArray().
d3dx9: Implement ID3DXBaseEffect::GetMatrixTransposePointerArray().
d3dx9/tests: Add effect parameter value GetMatrixPointerArray() test.
d3dx9/tests: Add effect parameter value GetMatrixTransposePointerArray() test.
d3dx9/tests: Fix array increment in SetMatrix*PointerAr...