Searched refs:kSystemZ_ShadowOffset64 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mapping.h167 static const u64 kSystemZ_ShadowOffset64 = 1ULL << 52; variable
214 # define SHADOW_OFFSET kSystemZ_ShadowOffset64
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp102 static const uint64_t kSystemZ_ShadowOffset64 = 1ULL << 52; variable
484 Mapping.Offset = kSystemZ_ShadowOffset64;

Completed in 133 milliseconds