Lines Matching refs:Array
331 std::unique_ptr<char[]> Array;
334 /// Turn a vector of strings into a nice argv style array of pointers to null
345 Array = make_unique<char[]>((InputArgv.size()+1)*PtrSize);
347 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array.get() << "\n");
358 // Endian safe: Array[i] = (PointerTy)Dest;
360 (GenericValue*)(&Array[i*PtrSize]), SBytePtr);
366 (GenericValue*)(&Array[InputArgv.size()*PtrSize]),
368 return Array.get();
382 // Should be an array of '{ i32, void ()* }' structs. The first value is
1034 // Big-endian host - the source is an array of 64 bit words ordered from
1107 // Big-endian - the destination is an array of 64 bit words ordered from