Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp359 struct ShadowMapping { struct in __anone00de11f0111::HWAddressSanitizer
360 int Scale;
361 uint64_t Offset;
362 bool InGlobal;
363 bool InTls;
364 bool WithFrameRecord;
367 uint64_t getObjectAlignment() const { return 1ULL << Scale; } in getObjectAlignment()
H A DAddressSanitizer.cpp458 struct ShadowMapping { struct
459 int Scale;
460 uint64_t Offset;
461 bool OrShadowOffset;
462 bool InGlobal;