Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getVoidTy

583     FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
595 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
600 FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
670 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
681 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
691 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
700 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
705 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
710 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
715 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
734 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
837 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
868 if (RetTy == Type::getVoidTy(*Ctx))