Lines Matching refs:Field
1564 // FIXME: Only allow the 3-field form in LLVM 4.0.
1971 const Constant *Field = CS->getOperand(i);
1973 // Print the actual field value.
1974 emitGlobalConstantImpl(DL, Field, AP, BaseCV, Offset + SizeSoFar);
1977 uint64_t FieldSize = DL.getTypeAllocSize(Field->getType());
1983 // current field up to the ABI size (if the struct is not packed) as well
1984 // as padding to ensure that the next field starts at the right offset.