Searched refs:CanGrow (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MSFBuilder.h | 61 bool CanGrow = true); 125 MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 40 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder() argument 42 : Allocator(Allocator), IsGrowable(CanGrow), in MSFBuilder() 53 uint32_t MinBlockCount, bool CanGrow) { in create() argument 60 CanGrow, Allocator); in create()
|