Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Array

1270   llvm::Constant *Array = llvm::ConstantArray::get(llvm::ArrayType::get(
1272 auto *gv = new llvm::GlobalVariable(getModule(), Array->getType(), false,
1274 Array, "llvm.global.annotations");
1368 // Drill down the array types: if global variable of a fixed type is
2876 // Decay array -> ptr
2987 // Decay array -> ptr
3111 // as an inline array.
3171 /// constant array for the given string literal.
3218 /// array for the given ObjCEncodeExpr node.
3227 /// GetAddrOfConstantCString - Returns a pointer to a character array containing
3229 /// The result has pointer to array type.