Searched refs:AsanScale (Results 1 – 2 of 2) sorted by relevance
18 static uint64_t getRedzoneSizeForScale(int AsanScale) { in getRedzoneSizeForScale() argument21 return std::max(32U, 1U << AsanScale); in getRedzoneSizeForScale()24 static uint64_t getMinRedzoneSizeForGlobal(int AsanScale) { in getMinRedzoneSizeForGlobal() argument25 return getRedzoneSizeForScale(AsanScale); in getMinRedzoneSizeForGlobal()28 uint64_t getRedzoneSizeForGlobal(int AsanScale, uint64_t SizeInBytes) { in getRedzoneSizeForGlobal() argument30 const uint64_t MinRZ = getMinRedzoneSizeForGlobal(AsanScale); in getRedzoneSizeForGlobal()81 uint32_t TypeStoreSize, int AsanScale) { in createSlowPathCmp() argument82 uint64_t Granularity = static_cast<uint64_t>(1) << AsanScale; in createSlowPathCmp()140 Value *Shadow, int AsanScale, uint32_t AsanOffset) { in memToShadow() argument142 Shadow = IRB.CreateLShr(Shadow, AsanScale); in memToShadow()[all …]
423 int AsanScale = AsanInfo.Scale; in populateSwMetadataGlobal() local438 AMDGPU::getRedzoneSizeForGlobal(AsanScale, SizeInBytes); in populateSwMetadataGlobal()