reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
332 Type *Int8PtrTy = Type::getInt8PtrTy(Ctx); 333 Type *Int32Ty = Type::getInt32Ty(Ctx); 334 Type *Int64Ty = Type::getInt64Ty(Ctx); 336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); 337 Type *OpaqueTy = StructType::create(Ctx, "OpaqueStruct");