reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
149 Module *InternalM = new Module("InternalModule", Ctx); 151 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/); 151 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/); 157 BasicBlock *BB = BasicBlock::Create(Ctx, "", F); 161 StructType *STy = StructType::create(Ctx, PointerType::get(FTy, 0));