Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp797 size_t MinRedzoneSizeForGlobal() const { in MinRedzoneSizeForGlobal() function in __anon17c98fd50211::AddressSanitizerModule
1669 if (G->getAlignment() > MinRedzoneSizeForGlobal()) return false; in ShouldInstrumentGlobal()
2128 uint64_t MinRZ = MinRedzoneSizeForGlobal(); in InstrumentGlobals()