HomeSort by relevance Sort by last modified time
    Searched refs:kMIPS64_ShadowOffset64 (Results 1 - 2 of 2) 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...]

Completed in 164 milliseconds