Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp835 uint64_t getMinRedzoneSizeForGlobal() const { in getMinRedzoneSizeForGlobal() function in __anonac73263b0211::ModuleAddressSanitizer
1908 if (G->getAlignment() > getMinRedzoneSizeForGlobal()) return false; in shouldInstrumentGlobal()
2431 NewGlobal->setAlignment(MaybeAlign(getMinRedzoneSizeForGlobal())); in InstrumentGlobals()
2553 const uint64_t MinRZ = getMinRedzoneSizeForGlobal(); in getRedzoneSizeForGlobal()