Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp192 struct ShadowMapping { struct
193 ShadowMapping() { in ShadowMapping() function
199 int Scale;
200 int Granularity;
201 uint64_t Mask; // Computed as ~(Granularity-1)
H A DHWAddressSanitizer.cpp396 struct ShadowMapping { struct in __anon1b7bdbef0111::HWAddressSanitizer
397 uint8_t Scale;
398 uint64_t Offset;
399 bool InGlobal;
400 bool InTls;
401 bool WithFrameRecord;
404 Align getObjectAlignment() const { return Align(1ULL << Scale); } in getObjectAlignment()
H A DAddressSanitizer.cpp469 struct ShadowMapping { struct
470 int Scale;
471 uint64_t Offset;
472 bool OrShadowOffset;
473 bool InGlobal;