Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp674 FunctionCallee ResetF = M->getOrInsertFunction("llvm_reset_counters", FTy); in AddFlushBeforeForkAndExec() local
675 Builder.CreateCall(ResetF)->setDebugLoc(Loc); in AddFlushBeforeForkAndExec()
990 Function *ResetF = insertReset(CountersBySP); in emitGlobalConstructor() local
1009 Builder.CreateCall(GCOVInit, {WriteoutF, ResetF}); in emitGlobalConstructor()
1018 Function *ResetF = insertReset(CountersBySP); in emitModuleInitFunctionPtrs() local
1338 Function *ResetF = M->getFunction("__llvm_gcov_reset"); in insertReset() local
1339 if (!ResetF) in insertReset()
1340 ResetF = createInternalFunction(FTy, "__llvm_gcov_reset", "_ZTSFvvE"); in insertReset()
1341 ResetF->addFnAttr(Attribute::NoInline); in insertReset()
1343 BasicBlock *Entry = BasicBlock::Create(*Ctx, "entry", ResetF); in insertReset()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc315 ResetF)
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc315 ResetF)