Home | History | Annotate | Download | only in Instrumentation

Lines Matching full:unpoison

593 // to intercept __cxa_throw (as well as longjmp, etc) and unpoison the entire
670 // Then unpoison everything back before the function returns.
702 // Unpoison dynamic allocas redzones.
1222 // Set up the arguments to our poison/unpoison functions.
1230 // Add calls to unpoison all globals before each return instruction.
1865 // We must unpoison the stack before every NoReturn call (throw, _exit, etc).
2035 // Flag that we need unpoison static allocas.
2185 // unpoison whole stack frame now.
2209 // <This is not a fake stack; unpoison the redzones>
2259 // invalid accesses) and unpoison it for llvm.lifetime.start (the memory
2263 // unpoison the whole stack frame at function exit.