Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Desan_shadow.h120 void initialize(uptr ShadowScale) { in initialize() argument
126 Scale = ShadowScale; in initialize()
Desan.cpp39 static const uptr ShadowScale[] = { variable
149 Mapping.initialize(ShadowScale[__esan_which_tool]); in initializeShadow()
/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp109 static const int ShadowScale[] = { variable
564 int Scale = ShadowScale[Options.ToolType]; in appToShadow()
848 assert(ShadowScale[Options.ToolType] == 6); // The code below assumes this in instrumentFastpathWorkingSet()
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp37 constexpr SizeT ShadowScale = 1 << ShadowScaleLog2; variable
286 const SizeT Offset = VarSize % ShadowScale; in instrumentFuncStart()
/external/dng_sdk/source/
Ddng_render.cpp922 fNegative.ShadowScale () * in Start()
Ddng_negative.h1491 real64 ShadowScale () const in ShadowScale() function