Searched refs:MainArgTys (Results 1 – 1 of 1) sorted by relevance
252 Type *MainArgTys[] = {Type::getInt32Ty(C), PointerType::get(C, 0)}; in runOnModule() local253 FunctionType *MainTy = FunctionType::get(Type::getInt32Ty(C), MainArgTys, in runOnModule()258 Value *Args[] = {PoisonValue::get(MainArgTys[0]), in runOnModule()259 PoisonValue::get(MainArgTys[1])}; in runOnModule()