Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp849 uint64_t getMinRedzoneSizeForGlobal() const { in getMinRedzoneSizeForGlobal() function in __anon7e186d870211::ModuleAddressSanitizer
1775 if (G->getAlign() && *G->getAlign() > getMinRedzoneSizeForGlobal()) return false; in shouldInstrumentGlobal()
2309 NewGlobal->setAlignment(MaybeAlign(getMinRedzoneSizeForGlobal())); in InstrumentGlobals()
2425 const uint64_t MinRZ = getMinRedzoneSizeForGlobal(); in getRedzoneSizeForGlobal()