Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h96 void setRedZoneSize(size_t NewSize) { in setRedZoneSize() function
98 Allocators[Idx].setRedZoneSize(NewSize); in setRedZoneSize()
H A DAllocator.h297 void setRedZoneSize(size_t NewSize) { in setRedZoneSize() function
394 Allocator.setRedZoneSize(0); in SpecificBumpPtrAllocator()