• Home
  • Raw
  • Download

Lines Matching refs:FTy

669     FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);  in emitProfileArcs()  local
670 Function *F = Function::Create(FTy, GlobalValue::InternalLinkage, in emitProfileArcs()
681 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitProfileArcs()
683 PointerType::get(FTy, 0), in emitProfileArcs()
684 PointerType::get(FTy, 0) in emitProfileArcs()
686 FTy = FunctionType::get(Builder.getVoidTy(), Params, false); in emitProfileArcs()
690 Constant *GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy); in emitProfileArcs()
757 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc() local
758 return M->getOrInsertFunction("llvm_gcda_start_file", FTy); in getStartFileFunc()
768 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getIncrementIndirectCounterFunc() local
769 return M->getOrInsertFunction("__llvm_gcov_indirect_counter_increment", FTy); in getIncrementIndirectCounterFunc()
780 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc() local
781 return M->getOrInsertFunction("llvm_gcda_emit_function", FTy); in getEmitFunctionFunc()
789 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc() local
790 return M->getOrInsertFunction("llvm_gcda_emit_arcs", FTy); in getEmitArcsFunc()
794 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getSummaryInfoFunc() local
795 return M->getOrInsertFunction("llvm_gcda_summary_info", FTy); in getSummaryInfoFunc()
799 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getDeleteWriteoutFunctionListFunc() local
800 return M->getOrInsertFunction("llvm_delete_writeout_function_list", FTy); in getDeleteWriteoutFunctionListFunc()
804 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getDeleteFlushFunctionListFunc() local
805 return M->getOrInsertFunction("llvm_delete_flush_function_list", FTy); in getDeleteFlushFunctionListFunc()
809 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc() local
810 return M->getOrInsertFunction("llvm_gcda_end_file", FTy); in getEndFileFunc()
938 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in insertFlush() local
941 FlushF = Function::Create(FTy, GlobalValue::InternalLinkage, in insertFlush()