Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp153 struct ShadowMapping { struct
154 ShadowMapping() { in ShadowMapping() argument
160 int Scale;
161 int Granularity;
162 uint64_t Mask; // Computed as ~(Granularity-1)
H A DHWAddressSanitizer.cpp372 struct ShadowMapping { struct in __anon75deca650111::HWAddressSanitizer
373 uint8_t Scale;
374 uint64_t Offset;
375 bool InGlobal;
376 bool InTls;
377 bool WithFrameRecord;
380 Align getObjectAlignment() const { return Align(1ULL << Scale); } in getObjectAlignment()
H A DAddressSanitizer.cpp468 struct ShadowMapping { struct
469 int Scale;
470 uint64_t Offset;
471 bool OrShadowOffset;
472 bool InGlobal;