Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp945 uint64_t getRedzoneSizeForGlobal(uint64_t SizeInBytes) const;
2557 const uint64_t RightRedzoneSize = getRedzoneSizeForGlobal(SizeInBytes); in instrumentGlobals()
2694 ModuleAddressSanitizer::getRedzoneSizeForGlobal(uint64_t SizeInBytes) const { in getRedzoneSizeForGlobal() function in ModuleAddressSanitizer