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

  /external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp 308 // Poison redzones
323 int32_t Poison = ((CurVals[3] & 0xff) << 24) | ((CurVals[2] & 0xff) << 16) |
325 if (Poison == 0)
327 auto *PoisonConst = ConstantInteger32::create(Ctx, IceType_i32, Poison);
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 712 // Deploy and poison redzones around dynamic alloca call. To do this, we
    [all...]

Completed in 171 milliseconds