Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp138 struct ShadowMapping { struct
139 ShadowMapping() { in ShadowMapping() function
145 int Scale;
146 int Granularity;
147 uint64_t Mask; // Computed as ~(Granularity-1)
H A DHWAddressSanitizer.cpp361 struct ShadowMapping { struct in __anon1617492f0111::HWAddressSanitizer
362 uint8_t Scale;
363 uint64_t Offset;
364 bool InGlobal;
365 bool InTls;
366 bool WithFrameRecord;
369 Align getObjectAlignment() const { return Align(1ULL << Scale); } in getObjectAlignment()
H A DAddressSanitizer.cpp467 struct ShadowMapping { struct
468 int Scale;
469 uint64_t Offset;
470 bool OrShadowOffset;
471 bool InGlobal;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp258 struct ShadowMapping { struct in __anonbc098b690111::HWAddressSanitizer
259 int Scale;
260 uint64_t Offset;
261 bool InGlobal;
262 bool InTls;
265 unsigned getObjectAlignment() const { return 1U << Scale; } in getObjectAlignment()
H A DAddressSanitizer.cpp417 struct ShadowMapping { struct
418 int Scale;
419 uint64_t Offset;
420 bool OrShadowOffset;
421 bool InGlobal;
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp354 struct ShadowMapping { struct
355 int Scale;
356 uint64_t Offset;
357 bool OrShadowOffset;