Searched refs:getMinRedzoneSizeForGlobal (Results 1 – 1 of 1) sorted by relevance
835 uint64_t getMinRedzoneSizeForGlobal() const { in getMinRedzoneSizeForGlobal() function in __anonac73263b0211::ModuleAddressSanitizer1908 if (G->getAlignment() > getMinRedzoneSizeForGlobal()) return false; in shouldInstrumentGlobal()2431 NewGlobal->setAlignment(MaybeAlign(getMinRedzoneSizeForGlobal())); in InstrumentGlobals()2553 const uint64_t MinRZ = getMinRedzoneSizeForGlobal(); in getRedzoneSizeForGlobal()