Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp437 const uint64_t RightRedzoneSize = in populateSwMetadataGlobal() local
443 RightRedzoneSize); in populateSwMetadataGlobal()
444 MallocSize += RightRedzoneSize; in populateSwMetadataGlobal()
447 alignTo(SizeInBytes + RightRedzoneSize, MaxAlignment); in populateSwMetadataGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2608 const uint64_t RightRedzoneSize = getRedzoneSizeForGlobal(SizeInBytes); in instrumentGlobals() local
2609 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in instrumentGlobals()
2689 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize), in instrumentGlobals()