Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp480 size_t MinRedzoneSizeForGlobal() const { in MinRedzoneSizeForGlobal() function in __anon2d9d6c120111::AddressSanitizerModule
1156 if (G->getAlignment() > MinRedzoneSizeForGlobal()) return false; in ShouldInstrumentGlobal()
1286 uint64_t MinRZ = MinRedzoneSizeForGlobal(); in InstrumentGlobals()