Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp831 uint64_t getMinRedzoneSizeForGlobal() const { in getMinRedzoneSizeForGlobal() function in __anon187e16000211::ModuleAddressSanitizer
1745 if (G->getAlignment() > getMinRedzoneSizeForGlobal()) return false; in shouldInstrumentGlobal()
2275 NewGlobal->setAlignment(MaybeAlign(getMinRedzoneSizeForGlobal())); in InstrumentGlobals()
2391 const uint64_t MinRZ = getMinRedzoneSizeForGlobal(); in getRedzoneSizeForGlobal()