Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ElementTypes

293 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
295 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
299 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes,
301 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes,
318 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes,
320 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);