Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FieldTypes

444     llvm::Type *FieldTypes[] = {
449 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName);
462 llvm::Type *FieldTypes[] = {
472 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor");
482 llvm::Type *FieldTypes[] = {
489 ClassHierarchyDescriptorType->setBody(FieldTypes);
498 llvm::Type *FieldTypes[] = {
506 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes);
674 llvm::Type *FieldTypes[] = {
684 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType");
698 llvm::Type *FieldTypes[] = {
703 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, CTATypeName);
710 llvm::Type *FieldTypes[] = {
716 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes,