Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp203 bool instrumentFunction(Function &F);
244 if (Profiler.instrumentFunction(F)) in run()
558 bool MemProfiler::instrumentFunction(Function &F) { in instrumentFunction() function in MemProfiler
H A DSanitizerCoverage.cpp223 void instrumentFunction(Function &F, DomTreeCallback DTCallback,
482 instrumentFunction(F, DTCallback, PDTCallback); in instrumentModule()
602 void ModuleSanitizerCoverage::instrumentFunction( in instrumentFunction() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp726 bool instrumentFunction(Function &F, const TargetLibraryInfo *TLI);
1190 Modified |= FunctionSanitizer.instrumentFunction(F, &TLI); in run()
2851 bool AddressSanitizer::instrumentFunction(Function &F, in instrumentFunction() function in AddressSanitizer