Searched refs:CanGrow (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h44 /// \param CanGrow If true, any operation which results in an attempt to
59 bool CanGrow = true);
82 /// blocks as needed to match the requested size. This can fail if `CanGrow`
121 MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp38 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, argument
40 : Allocator(Allocator), IsGrowable(CanGrow),
51 uint32_t MinBlockCount, bool CanGrow) {
58 CanGrow, Allocator);
49 create(BumpPtrAllocator &Allocator, uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow) argument

Completed in 110 milliseconds