Home
last modified time | relevance | path

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

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