Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp181 bool instrumentFunction(Function &F);
213 return Profiler.instrumentFunction(F); in runOnFunction()
255 if (Profiler.instrumentFunction(F)) in run()
585 bool MemProfiler::instrumentFunction(Function &F) { in instrumentFunction() function in MemProfiler
H A DSanitizerCoverage.cpp201 void instrumentFunction(Function &F, DomTreeCallback DTCallback,
485 instrumentFunction(F, DTCallback, PDTCallback); in instrumentModule()
596 void ModuleSanitizerCoverage::instrumentFunction( in instrumentFunction() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp671 bool instrumentFunction(Function &F, const TargetLibraryInfo *TLI);
759 return ASan.instrumentFunction(F, TLI); in runOnFunction()
1220 if (Sanitizer.instrumentFunction(F, TLI)) in run()
2783 bool AddressSanitizer::instrumentFunction(Function &F, in instrumentFunction() function in AddressSanitizer