Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Array

203   /// Generates a global array.  The vector must contain the same number of
204 /// elements that the array type declares, of the type specified as the array
215 /// Generates a global array, inferring the array type from the specified
383 /// containing a size and an array of structures containing instance variable
390 /// and an array of structures containing method metadata.
471 /// The values in the array are stored in host-endian format, with the least
1493 // Array of method structures
1499 // Structure containing list pointer, array and array count
1541 // Array of method structures
1549 // Structure containing array and array count
1667 llvm::Constant *Array = llvm::ConstantArray::get(ObjCMethodArrayTy,
1673 Methods.push_back(Array);
1970 /// The values in the array are stored in host-endian format, with the least
1996 llvm::Constant *array = llvm::ConstantArray::get(arrayTy, values);
1999 array };
2302 // ivar array (second field), the ivar in this list (set for each ivar), and
2415 // Array of classes, categories, and constant objects
2424 // Pointer to an array of selectors used in this module.
2488 // Create an array of classes, then categories, then static object instances