Searched refs:poisonRedZones (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp573 void poisonRedZones(const ArrayRef<uint8_t> ShadowBytes, IRBuilder<> &IRB,
1514 FunctionStackPoisoner::poisonRedZones(const ArrayRef<uint8_t> ShadowBytes, function in class:FunctionStackPoisoner
1683 poisonRedZones(L.ShadowBytes, IRB, ShadowBase, true);
1728 poisonRedZones(L.ShadowBytes, IRBElse, ShadowBase, false);
1735 poisonRedZones(L.ShadowBytes, IRBRet, ShadowBase, false);

Completed in 94 milliseconds