Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp18 static uint64_t getRedzoneSizeForScale(int AsanScale) { in getRedzoneSizeForScale() function
25 return getRedzoneSizeForScale(AsanScale); in getMinRedzoneSizeForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp674 static uint64_t getRedzoneSizeForScale(int MappingScale) { in getRedzoneSizeForScale() function
993 return getRedzoneSizeForScale(Mapping.Scale); in getMinRedzoneSizeForGlobal()