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 DMemProfInstrumentation.cpp156 struct ShadowMapping { struct
157 ShadowMapping() { in ShadowMapping() function
163 int Scale;
164 int Granularity;
165 uint64_t Mask; // Computed as ~(Granularity-1)
H A DAddressSanitizer.cpp469 struct ShadowMapping { struct
470 int Scale;
471 uint64_t Offset;
472 bool OrShadowOffset;
473 bool InGlobal;
H A DHWAddressSanitizer.cpp410 class ShadowMapping { class in __anon1b7bdbef0211::HWAddressSanitizer