Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp511 bool LooksLikeCodeInBug11395(Instruction *I);
1809 if (LooksLikeCodeInBug11395(&Inst)) return false; in runOnFunction()
1887 bool AddressSanitizer::LooksLikeCodeInBug11395(Instruction *I) { in LooksLikeCodeInBug11395() function in AddressSanitizer