Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp571 size_t MinRedzoneSizeForGlobal() const { in MinRedzoneSizeForGlobal() function in __anon234c86510111::AddressSanitizerModule
1277 if (G->getAlignment() > MinRedzoneSizeForGlobal()) return false; in ShouldInstrumentGlobal()
1449 uint64_t MinRZ = MinRedzoneSizeForGlobal(); in InstrumentGlobals()