Searched refs:SizeThreshold (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Allocator.h | 62 size_t SizeThreshold = SlabSize, size_t GrowthDelay = 128> 65 SizeThreshold, GrowthDelay>>, 70 static_assert(SizeThreshold <= SlabSize, 183 if (PaddedSize > SizeThreshold) { in AllocateSlow() 442 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold, 446 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument 452 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold, 456 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 | 32 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 | 340 cl::opt<uint32_t> SizeThreshold( 1547 opts::Filters.SizeThreshold = opts::pretty::SizeThreshold; in main() 342 cl::opt<uint32_t> SizeThreshold( global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 280 if (Size < Filters.SizeThreshold) in IsTypeExcluded()
|