Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.h41 uint64_t getRedzoneSizeForGlobal(int Scale, uint64_t SizeInBytes);
H A DAMDGPUAsanInstrumentation.cpp28 uint64_t getRedzoneSizeForGlobal(int AsanScale, uint64_t SizeInBytes) { in getRedzoneSizeForGlobal() function
H A DAMDGPUSwLowerLDS.cpp438 AMDGPU::getRedzoneSizeForGlobal(AsanScale, SizeInBytes); in populateSwMetadataGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp995 uint64_t getRedzoneSizeForGlobal(uint64_t SizeInBytes) const;
2608 const uint64_t RightRedzoneSize = getRedzoneSizeForGlobal(SizeInBytes); in instrumentGlobals()
2741 ModuleAddressSanitizer::getRedzoneSizeForGlobal(uint64_t SizeInBytes) const { in getRedzoneSizeForGlobal() function in ModuleAddressSanitizer