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

  /external/compiler-rt/lib/asan/
asan_mapping.h 137 static const u64 kMIPS64_ShadowOffset64 = 1ULL << 37;
184 # define SHADOW_OFFSET kMIPS64_ShadowOffset64
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 76 static const uint64_t kMIPS64_ShadowOffset64 = 1ULL << 37;
411 Mapping.Offset = kMIPS64_ShadowOffset64;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 106 static const uint64_t kMIPS64_ShadowOffset64 = 1ULL << 37;
556 Mapping.Offset = kMIPS64_ShadowOffset64;
    [all...]

Completed in 70 milliseconds