Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getLLVMContext

449         llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName);
472 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor");
481 CGM.getLLVMContext(), "rtti.ClassHierarchyDescriptor");
497 CGM.getLLVMContext(), "rtti.CompleteObjectLocator");
684 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType");
703 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, CTATypeName);
716 ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes,
1848 llvm::IntegerType::getInt32Ty(CGF.getLLVMContext()),
2269 llvm::FunctionType::get(llvm::Type::getVoidTy(CGM.getLLVMContext()),
2273 llvm::AttributeSet::get(CGM.getLLVMContext(),
2280 llvm::FunctionType::get(llvm::Type::getVoidTy(CGM.getLLVMContext()),
2284 llvm::AttributeSet::get(CGM.getLLVMContext(),
2291 llvm::FunctionType::get(llvm::Type::getVoidTy(CGM.getLLVMContext()),
2295 llvm::AttributeSet::get(CGM.getLLVMContext(),
2529 return llvm::StructType::get(CGM.getLLVMContext(), fields);
3218 CGBuilderTy Builder(CGM, CGM.getLLVMContext());
3405 VMContext(CGM.getLLVMContext()), Module(CGM.getModule()), RD(RD),
3727 llvm::ConstantDataArray::getString(CGM.getLLVMContext(), TypeInfoString)};