Searched refs:instrumentFunction (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemProfiler.cpp | 181 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
|
D | SanitizerCoverage.cpp | 201 void instrumentFunction(Function &F, DomTreeCallback DTCallback, 478 instrumentFunction(F, DTCallback, PDTCallback); in instrumentModule() 592 void ModuleSanitizerCoverage::instrumentFunction( in instrumentFunction() function in ModuleSanitizerCoverage
|
D | AddressSanitizer.cpp | 646 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/ |
D | SanitizerCoverage.cpp | 194 void instrumentFunction(Function &F, DomTreeCallback DTCallback, 453 instrumentFunction(F, DTCallback, PDTCallback); in instrumentModule() 568 void ModuleSanitizerCoverage::instrumentFunction( in instrumentFunction() function in ModuleSanitizerCoverage
|
D | AddressSanitizer.cpp | 642 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
|