Home
last modified time | relevance | path

Searched refs:createInternalFunction (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp122 Function *createInternalFunction(FunctionType *FTy, StringRef Name,
990 Function *GCOVProfiler::createInternalFunction(FunctionType *FTy, in createInternalFunction() function in GCOVProfiler
1013 Function *F = createInternalFunction(FTy, "__llvm_gcov_init", "_ZTSFvvE"); in emitGlobalConstructor()
1080 createInternalFunction(WriteoutFTy, "__llvm_gcov_writeout", "_ZTSFvvE"); in insertCounterWriteout()
1323 ResetF = createInternalFunction(FTy, "__llvm_gcov_reset", "_ZTSFvvE"); in insertReset()