Searched refs:SizeThreshold (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Allocator.h | 66 size_t SizeThreshold = SlabSize, size_t GrowthDelay = 128> 69 SizeThreshold, GrowthDelay>>, 72 static_assert(SizeThreshold <= SlabSize, 173 if (PaddedSize > SizeThreshold) { in Allocate() 431 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold, 435 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument 441 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold, 445 SizeThreshold, GrowthDelay> &) { in delete() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.h | 101 extern llvm::cl::opt<uint32_t> SizeThreshold;
|
| H A D | LinePrinter.cpp | 273 if (Size < opts::pretty::SizeThreshold) in IsTypeExcluded()
|
| H A D | llvm-pdbutil.cpp | 335 cl::opt<uint32_t> SizeThreshold( variable
|