Home
last modified time | relevance | path

Searched defs:ShadowMask (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h101 uptr ShadowMask() { in ShadowMask() function
/aosp_15_r20/external/skia/src/sfnt/
H A DSkOTTable_head.h109 static const SK_OT_USHORT ShadowMask = SkTEndian_SwapBE16(1 << 4); member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2870 void FunctionStackPoisoner::copyToShadowInline(ArrayRef<uint8_t> ShadowMask, in copyToShadowInline()
2923 void FunctionStackPoisoner::copyToShadow(ArrayRef<uint8_t> ShadowMask, in copyToShadow()
2929 void FunctionStackPoisoner::copyToShadow(ArrayRef<uint8_t> ShadowMask, in copyToShadow()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2793 void FunctionStackPoisoner::copyToShadowInline(ArrayRef<uint8_t> ShadowMask, in copyToShadowInline()
2845 void FunctionStackPoisoner::copyToShadow(ArrayRef<uint8_t> ShadowMask, in copyToShadow()
2851 void FunctionStackPoisoner::copyToShadow(ArrayRef<uint8_t> ShadowMask, in copyToShadow()
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp102 static const uint64_t ShadowMask = 0x00000fffffffffffull; variable