Searched refs:instrumentFunction (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 187 bool instrumentFunction(Function &F); 219 return Profiler.instrumentFunction(F); in runOnFunction() 261 if (Profiler.instrumentFunction(F)) in run() 603 bool MemProfiler::instrumentFunction(Function &F) { in instrumentFunction() function in MemProfiler
|
| H A D | SanitizerCoverage.cpp | 215 void instrumentFunction(Function &F, DomTreeCallback DTCallback, 481 instrumentFunction(F, DTCallback, PDTCallback); in instrumentModule() 592 void ModuleSanitizerCoverage::instrumentFunction( in instrumentFunction() function in ModuleSanitizerCoverage
|
| H A D | AddressSanitizer.cpp | 702 bool instrumentFunction(Function &F, const TargetLibraryInfo *TLI); 1143 Modified |= FunctionSanitizer.instrumentFunction(F, &TLI); in run() 2623 bool AddressSanitizer::instrumentFunction(Function &F, in instrumentFunction() function in AddressSanitizer
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | Instrumentation.h | 38 void instrumentFunction(BinaryFunction &Function,
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | Instrumentation.cpp | 287 void Instrumentation::instrumentFunction(BinaryFunction &Function, in instrumentFunction() function in llvm::bolt::Instrumentation 539 instrumentFunction(BF, AllocatorId); in runOnFunctions()
|