Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp187 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 DSanitizerCoverage.cpp215 void instrumentFunction(Function &F, DomTreeCallback DTCallback,
481 instrumentFunction(F, DTCallback, PDTCallback); in instrumentModule()
592 void ModuleSanitizerCoverage::instrumentFunction( in instrumentFunction() function in ModuleSanitizerCoverage
H A DAddressSanitizer.cpp702 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 DInstrumentation.h38 void instrumentFunction(BinaryFunction &Function,
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp287 void Instrumentation::instrumentFunction(BinaryFunction &Function, in instrumentFunction() function in llvm::bolt::Instrumentation
539 instrumentFunction(BF, AllocatorId); in runOnFunctions()