HomeSort by relevance Sort by last modified time
    Searched refs:kAArch64_ShadowOffset64 (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_mapping.h 121 static const u64 kAArch64_ShadowOffset64 = 1ULL << 36;
150 # define SHADOW_OFFSET kAArch64_ShadowOffset64
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 75 static const uint64_t kAArch64_ShadowOffset64 = 1ULL << 36;
380 Mapping.Offset = kAArch64_ShadowOffset64;
    [all...]

Completed in 1814 milliseconds