Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp724 bool LooksLikeCodeInBug11395(Instruction *I);
2724 if (LooksLikeCodeInBug11395(&Inst)) return false; in instrumentFunction()
2821 bool AddressSanitizer::LooksLikeCodeInBug11395(Instruction *I) { in LooksLikeCodeInBug11395() function in AddressSanitizer