Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:FTy

571   FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx),
573 return M->getOrInsertFunction("llvm_gcda_start_file", FTy);
581 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx),
583 return M->getOrInsertFunction("llvm_gcda_increment_indirect_counter", FTy);
591 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx),
593 return M->getOrInsertFunction("llvm_gcda_emit_function", FTy);
601 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx),
603 return M->getOrInsertFunction("llvm_gcda_emit_arcs", FTy);
607 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
608 return M->getOrInsertFunction("llvm_gcda_end_file", FTy);