Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getVoidTy

549     FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
567 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
568 FTy = FunctionType::get(Builder.getVoidTy(),
640 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
651 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
661 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
670 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
675 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
680 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
699 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
802 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
833 if (RetTy == Type::getVoidTy(*Ctx))