Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Array

169     ConstantAddress Array = CGM.GetAddrOfConstantCString(Str, Name.c_str());
170 return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(),
171 Array.getPointer(), Zeros);
204 /// Generates a global array. The vector must contain the same number of
205 /// elements that the array type declares, of the type specified as the array
219 /// Generates a global array, inferring the array type from the specified
390 /// containing a size and an array of structures containing instance variable
397 /// and an array of structures containing method metadata.
480 /// The values in the array are stored in host-endian format, with the least
1517 // Array of method structures
1523 // Structure containing list pointer, array and array count
1566 // Array of method structures
1574 // Structure containing array and array count
1694 llvm::Constant *Array = llvm::ConstantArray::get(ObjCMethodArrayTy,
1700 Methods.push_back(Array);
1995 /// The values in the array are stored in host-endian format, with the least
2020 llvm::Constant *array = llvm::ConstantArray::get(arrayTy, values);
2023 array };
2312 // ivar array (second field), the ivar in this list (set for each ivar), and
2428 // Array of classes, categories, and constant objects
2437 // Pointer to an array of selectors used in this module.
2502 // Create an array of classes, then categories, then static object instances