Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp241 bool instrumentFunction(Function &F);
281 if (Profiler.instrumentFunction(F)) in run()
611 bool MemProfiler::instrumentFunction(Function &F) { in instrumentFunction() function in MemProfiler
H A DSanitizerCoverage.cpp223 void instrumentFunction(Function &F);
486 instrumentFunction(F); in instrumentModule()
605 void ModuleSanitizerCoverage::instrumentFunction(Function &F) { in instrumentFunction() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp798 bool instrumentFunction(Function &F, const TargetLibraryInfo *TLI);
1267 Modified |= FunctionSanitizer.instrumentFunction(F, &TLI); in run()
2943 bool AddressSanitizer::instrumentFunction(Function &F, in instrumentFunction() function in AddressSanitizer