Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp783 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
791 if (ShadowSize) in tagAlloca()
792 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align::None()); in tagAlloca()
796 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp890 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
898 if (ShadowSize) in tagAlloca()
899 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align(1)); in tagAlloca()
903 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCamera.java497 public static class ShadowSize { class in ShadowCamera