Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Packed

302                            unsigned ElementCount, LLVMBool Packed) {
304 return wrap(StructType::get(*unwrap(C), Tys, Packed != 0));
308 unsigned ElementCount, LLVMBool Packed) {
310 ElementCount, Packed);
327 unsigned ElementCount, LLVMBool Packed) {
329 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0);
641 unsigned Count, LLVMBool Packed) {
644 Packed != 0));
658 LLVMBool Packed) {
660 Packed);