Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp845 uint64_t getMinRedzoneSizeForGlobal() const { in getMinRedzoneSizeForGlobal() function in __anonf69996040211::ModuleAddressSanitizer
1898 if (G->getAlignment() > getMinRedzoneSizeForGlobal()) return false; in shouldInstrumentGlobal()
2423 NewGlobal->setAlignment(MaybeAlign(getMinRedzoneSizeForGlobal())); in InstrumentGlobals()
2545 const uint64_t MinRZ = getMinRedzoneSizeForGlobal(); in getRedzoneSizeForGlobal()