Searched refs:sanitizeFunction (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp119 bool sanitizeFunction(Function &F, const TargetLibraryInfo &TLI);
188 if (TSan.sanitizeFunction(F, FAM.getResult<TargetLibraryAnalysis>(F)))
495 bool ThreadSanitizer::sanitizeFunction(Function &F, function in class:ThreadSanitizer
H A DHWAddressSanitizer.cpp285 bool sanitizeFunction(Function &F, FunctionAnalysisManager &FAM);
426 Modified |= HWASan.sanitizeFunction(F, FAM);
1405 bool HWAddressSanitizer::sanitizeFunction(Function &F, function in class:HWAddressSanitizer
H A DMemorySanitizer.cpp531 bool sanitizeFunction(Function &F, TargetLibraryInfo &TLI);
691 Msan.sanitizeFunction(F, FAM.getResult<TargetLibraryAnalysis>(F));
5748 bool MemorySanitizer::sanitizeFunction(Function &F, TargetLibraryInfo &TLI) {

Completed in 136 milliseconds