Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DAllocatorTest.cpp108 Alloc.setRedZoneSize(0); // else our arithmetic is all off in TEST()
171 Alloc.setRedZoneSize(0); in TEST()
198 Alloc.setRedZoneSize(0); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DAllocator.h292 void setRedZoneSize(size_t NewSize) { in setRedZoneSize() function
389 Allocator.setRedZoneSize(0); in SpecificBumpPtrAllocator()