Lines Matching defs:FTy

679     FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
680 Function *F = Function::Create(FTy, GlobalValue::InternalLinkage,
691 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
693 PointerType::get(FTy, 0),
694 PointerType::get(FTy, 0)
696 FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
700 Constant *GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy);
767 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
768 return M->getOrInsertFunction("llvm_gcda_start_file", FTy);
778 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
779 return M->getOrInsertFunction("__llvm_gcov_indirect_counter_increment", FTy);
790 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
791 return M->getOrInsertFunction("llvm_gcda_emit_function", FTy);
799 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
800 return M->getOrInsertFunction("llvm_gcda_emit_arcs", FTy);
804 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
805 return M->getOrInsertFunction("llvm_gcda_summary_info", FTy);
809 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
810 return M->getOrInsertFunction("llvm_delete_writeout_function_list", FTy);
814 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
815 return M->getOrInsertFunction("llvm_delete_flush_function_list", FTy);
819 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
820 return M->getOrInsertFunction("llvm_gcda_end_file", FTy);
953 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
956 FlushF = Function::Create(FTy, GlobalValue::InternalLinkage,