Searched refs:SizeThreshold (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Allocator.h | 140 size_t SizeThreshold = SlabSize> 143 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> { 145 static_assert(SizeThreshold <= SlabSize, 245 if (PaddedSize > SizeThreshold) { in Allocate() 496 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 499 SizeThreshold> &Allocator) { in new() 513 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 515 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.h | 102 extern llvm::cl::opt<uint32_t> SizeThreshold;
|
| H A D | LinePrinter.cpp | 275 if (Size < opts::pretty::SizeThreshold) in IsTypeExcluded()
|
| H A D | llvm-pdbutil.cpp | 336 cl::opt<uint32_t> SizeThreshold( variable
|