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

  /external/compiler-rt/lib/asan/
asan_mapping.h 135 static const u64 kAArch64_ShadowOffset64 = 1ULL << 36;
174 # define SHADOW_OFFSET kAArch64_ShadowOffset64
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 77 static const uint64_t kAArch64_ShadowOffset64 = 1ULL << 36;
416 Mapping.Offset = kAArch64_ShadowOffset64;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 107 static const uint64_t kAArch64_ShadowOffset64 = 1ULL << 36;
563 Mapping.Offset = kAArch64_ShadowOffset64;
    [all...]

Completed in 679 milliseconds