Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
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
DSanitizerCoverage.cpp201 void instrumentFunction(Function &F, DomTreeCallback DTCallback,
478 instrumentFunction(F, DTCallback, PDTCallback); in instrumentModule()
592 void ModuleSanitizerCoverage::instrumentFunction( in instrumentFunction() function in ModuleSanitizerCoverage
DAddressSanitizer.cpp646 bool instrumentFunction(Function &F, const TargetLibraryInfo *TLI);
731 return ASan.instrumentFunction(F, TLI); in runOnFunction()
1178 if (Sanitizer.instrumentFunction(F, TLI)) in run()
2673 bool AddressSanitizer::instrumentFunction(Function &F, in instrumentFunction() function in AddressSanitizer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp194 void instrumentFunction(Function &F, DomTreeCallback DTCallback,
453 instrumentFunction(F, DTCallback, PDTCallback); in instrumentModule()
568 void ModuleSanitizerCoverage::instrumentFunction( in instrumentFunction() function in ModuleSanitizerCoverage
DAddressSanitizer.cpp642 bool instrumentFunction(Function &F, const TargetLibraryInfo *TLI);
728 return ASan.instrumentFunction(F, TLI); in runOnFunction()
1176 if (Sanitizer.instrumentFunction(F, TLI)) in run()
2614 bool AddressSanitizer::instrumentFunction(Function &F, in instrumentFunction() function in AddressSanitizer