Searched refs:SizeThreshold (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Allocator.h | 63 size_t SizeThreshold = SlabSize, size_t GrowthDelay = 128> 66 SizeThreshold, GrowthDelay>>, 71 static_assert(SizeThreshold <= SlabSize, 186 if (PaddedSize > SizeThreshold) { in AllocateSlow() 452 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold, 456 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument 462 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold, 466 SizeThreshold, GrowthDelay> &) { in delete() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ConstString.cpp | 34 static const size_t SizeThreshold = AllocatorSlabSize; member in Pool 59 SizeThreshold, AllocatorGrowthDelay>
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 33 uint32_t SizeThreshold; member
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.h | 102 extern llvm::cl::opt<uint32_t> SizeThreshold;
|
| H A D | llvm-pdbutil.cpp | 342 cl::opt<uint32_t> SizeThreshold( variable 1551 opts::Filters.SizeThreshold = opts::pretty::SizeThreshold; in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 279 if (Size < Filters.SizeThreshold) in IsTypeExcluded()
|