HomeSort by relevance Sort by last modified time
    Searched defs:PoisonStack (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/msan/Linux/
fopencookie.cc 39 void PoisonStack() { char a[8192]; }
42 // Verify that PoisonStack has poisoned the stack - otherwise this test is not
52 PoisonStack();
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 634 bool PoisonStack;
653 PoisonStack = SanitizeFunction && ClPoisonStack;
    [all...]

Completed in 122 milliseconds