Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp131 struct ShadowMapping { struct
132 ShadowMapping() { in ShadowMapping() argument
138 int Scale;
139 int Granularity;
140 uint64_t Mask; // Computed as ~(Granularity-1)
H A DHWAddressSanitizer.cpp267 struct ShadowMapping { struct in __anon4587ec1a0111::HWAddressSanitizer
268 int Scale;
269 uint64_t Offset;
270 bool InGlobal;
271 bool InTls;
274 unsigned getObjectAlignment() const { return 1U << Scale; } in getObjectAlignment()
H A DAddressSanitizer.cpp430 struct ShadowMapping { struct
431 int Scale;
432 uint64_t Offset;
433 bool OrShadowOffset;
434 bool InGlobal;