Searched refs:getMinRedzoneSizeForGlobal (Results 1 – 1 of 1) sorted by relevance
942 uint64_t getMinRedzoneSizeForGlobal() const { in getMinRedzoneSizeForGlobal() function in __anon4b8f1cd00211::ModuleAddressSanitizer2034 if (G->getAlign() && *G->getAlign() > getMinRedzoneSizeForGlobal()) return false; in shouldInstrumentGlobal()2573 NewGlobal->setAlignment(Align(getMinRedzoneSizeForGlobal())); in instrumentGlobals()2696 const uint64_t MinRZ = getMinRedzoneSizeForGlobal(); in getRedzoneSizeForGlobal()