Home
last modified time | relevance | path

Searched defs:ShadowMapping (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp131 struct ShadowMapping { struct
132 ShadowMapping() { in ShadowMapping() function
138 int Scale;
139 int Granularity;
140 uint64_t Mask; // Computed as ~(Granularity-1)
DHWAddressSanitizer.cpp264 struct ShadowMapping { struct in __anonfcafccdf0111::HWAddressSanitizer
265 int Scale;
266 uint64_t Offset;
267 bool InGlobal;
268 bool InTls;
271 unsigned getObjectAlignment() const { return 1U << Scale; } in getObjectAlignment()
DAddressSanitizer.cpp417 struct ShadowMapping { struct
418 int Scale;
419 uint64_t Offset;
420 bool OrShadowOffset;
421 bool InGlobal;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp258 struct ShadowMapping { struct in __anonf24a36730111::HWAddressSanitizer
259 int Scale;
260 uint64_t Offset;
261 bool InGlobal;
262 bool InTls;
265 unsigned getObjectAlignment() const { return 1U << Scale; } in getObjectAlignment()
DAddressSanitizer.cpp417 struct ShadowMapping { struct
418 int Scale;
419 uint64_t Offset;
420 bool OrShadowOffset;
421 bool InGlobal;
/external/swiftshader/src/SwiftShader/
DSwiftShader.ini54 ShadowMapping=3 key
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp354 struct ShadowMapping { struct
355 int Scale;
356 uint64_t Offset;
357 bool OrShadowOffset;