Searched refs:getMinRedzoneSizeForGlobal (Results 1 – 1 of 1) sorted by relevance
870 uint64_t getMinRedzoneSizeForGlobal() const { in getMinRedzoneSizeForGlobal() function in __anon5057f5c60211::ModuleAddressSanitizer1946 if (G->getAlign() && *G->getAlign() > getMinRedzoneSizeForGlobal()) return false; in shouldInstrumentGlobal()2481 NewGlobal->setAlignment(Align(getMinRedzoneSizeForGlobal())); in instrumentGlobals()2604 const uint64_t MinRZ = getMinRedzoneSizeForGlobal(); in getRedzoneSizeForGlobal()