Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching defs:Array

249   char *Array;
252 ArgvArray() : Array(NULL) {}
255 delete[] Array;
256 Array = NULL;
262 /// Turn a vector of strings into a nice argv style array of pointers to null
272 Array = new char[(InputArgv.size()+1)*PtrSize];
274 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array << "\n");
286 // Endian safe: Array[i] = (PointerTy)Dest;
287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
293 (GenericValue*)(Array+InputArgv.size()*PtrSize),
295 return Array;
309 // Should be an array of '{ i32, void ()* }' structs. The first value is
967 // Big-endian host - the source is an array of 64 bit words ordered from
1040 // Big-endian - the destination is an array of 64 bit words ordered from