Home
last modified time | relevance | path

Searched refs:kMaxGlobalRedzone (Results 1 – 6 of 6) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2258 static const uint64_t kMaxGlobalRedzone = 1 << 18; in InstrumentGlobals() local
2277 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2258 static const uint64_t kMaxGlobalRedzone = 1 << 18; in InstrumentGlobals() local
2277 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2258 static const uint64_t kMaxGlobalRedzone = 1 << 18; in InstrumentGlobals() local
2277 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2234 static const uint64_t kMaxGlobalRedzone = 1 << 18; in InstrumentGlobals() local
2253 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2115 static const uint64_t kMaxGlobalRedzone = 1 << 18; in InstrumentGlobals() local
2132 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2088 static const uint64_t kMaxGlobalRedzone = 1 << 18;
2105 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ));