Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp361 struct ShadowMapping { struct in __anon159c36660111::HWAddressSanitizer
362 uint8_t Scale;
363 uint64_t Offset;
364 bool InGlobal;
365 bool InTls;
366 bool WithFrameRecord;
369 Align getObjectAlignment() const { return Align(1ULL << Scale); } in getObjectAlignment()
H A DAddressSanitizer.cpp467 struct ShadowMapping { struct
468 int Scale;
469 uint64_t Offset;
470 bool OrShadowOffset;
471 bool InGlobal;