Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2694 Value *PoisonValue = IRB.getInt8(PoisonStack ? ClPoisonStackPattern : 0); in visitAllocaInst() local
2695 IRB.CreateMemSet(ShadowBase, PoisonValue, Size, I.getAlignment()); in visitAllocaInst()