reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
282 Type *Int8PtrTy = Type::getInt8PtrTy(Ctx); 283 Type *Int32Ty = Type::getInt32Ty(Ctx); 285 Module M("M", Ctx); 286 Function *F = Function::Create(FunctionType::get(Type::getVoidTy(Ctx), {}, 289 auto *BB = BasicBlock::Create(Ctx, "BB", F); 290 auto *RI = ReturnInst::Create(Ctx, BB);