Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getVoidTy

669     FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
681 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
686 FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
757 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
768 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
780 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
789 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
794 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
799 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
804 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
809 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
828 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
938 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
969 if (RetTy == Type::getVoidTy(*Ctx))