Lines Matching defs:Array
168 ConstantAddress Array = CGM.GetAddrOfConstantCString(Str, Name.c_str());
169 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(),
170 Array.getPointer(), Zeros);
206 /// Generates a global array. The vector must contain the same number of
207 /// elements that the array type declares, of the type specified as the array
222 /// Generates a global array, inferring the array type from the specified
397 /// containing a size and an array of structures containing instance variable
405 /// and an array of structures containing method metadata.
501 /// The values in the array are stored in host-endian format, with the least
1544 // Array of method structures
1550 // Structure containing list pointer, array and array count
1589 // Array of method structures
1596 // Structure containing array and array count
1713 llvm::Constant *Array = llvm::ConstantArray::get(ObjCMethodArrayTy,
1719 Methods.push_back(Array);
2005 /// The values in the array are stored in host-endian format, with the least
2030 llvm::Constant *array = llvm::ConstantArray::get(arrayTy, values);
2033 array };
2320 // ivar array (second field), the ivar in this list (set for each ivar), and
2435 // Array of classes, categories, and constant objects
2444 // Pointer to an array of selectors used in this module.
2509 // Create an array of classes, then categories, then static object instances