Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp24 static uint64_t getMinRedzoneSizeForGlobal(int AsanScale) { in getMinRedzoneSizeForGlobal() function
30 const uint64_t MinRZ = getMinRedzoneSizeForGlobal(AsanScale); in getRedzoneSizeForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp992 uint64_t getMinRedzoneSizeForGlobal() const { in getMinRedzoneSizeForGlobal() function in __anon4b8f1cd00211::ModuleAddressSanitizer
2097 if (G->getAlign() && *G->getAlign() > getMinRedzoneSizeForGlobal()) return false; in shouldInstrumentGlobal()
2624 NewGlobal->setAlignment(Align(getMinRedzoneSizeForGlobal())); in instrumentGlobals()
2743 const uint64_t MinRZ = getMinRedzoneSizeForGlobal(); in getRedzoneSizeForGlobal()