Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp736 bool LooksLikeCodeInBug11395(Instruction *I);
2900 if (LooksLikeCodeInBug11395(&Inst)) return false; in instrumentFunction()
2997 bool AddressSanitizer::LooksLikeCodeInBug11395(Instruction *I) { in LooksLikeCodeInBug11395() function in AddressSanitizer