reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
176 StructType *Ty = StructType::create(Type::getInt32Ty(C), "mystruct"); 179 Attribute A = Attribute::getWithByValType(C, Ty); 182 A = Attribute::getWithByValType(C, nullptr); 185 A = Attribute::getWithByValType(C, Type::getInt32Ty(C)); 185 A = Attribute::getWithByValType(C, Type::getInt32Ty(C));