Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp122 Function *createInternalFunction(FunctionType *FTy, StringRef Name,
982 Function *GCOVProfiler::createInternalFunction(FunctionType *FTy, in createInternalFunction() function in GCOVProfiler
1005 Function *F = createInternalFunction(FTy, "__llvm_gcov_init", "_ZTSFvvE"); in emitGlobalConstructor()
1072 createInternalFunction(WriteoutFTy, "__llvm_gcov_writeout", "_ZTSFvvE"); in insertCounterWriteout()
1318 ResetF = createInternalFunction(FTy, "__llvm_gcov_reset", "_ZTSFvvE"); in insertReset()