Home
last modified time | relevance | path

Searched refs:SizeThreshold (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h62 size_t SizeThreshold = SlabSize, size_t GrowthDelay = 128>
65 SizeThreshold, GrowthDelay>>,
70 static_assert(SizeThreshold <= SlabSize,
178 if (PaddedSize > SizeThreshold) { in Allocate()
437 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold,
441 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
447 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold,
451 SizeThreshold, GrowthDelay> &) { in delete() argument
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp34 static const size_t SizeThreshold = AllocatorSlabSize; member in Pool
59 SizeThreshold, AllocatorGrowthDelay>
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h32 uint32_t SizeThreshold; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h102 extern llvm::cl::opt<uint32_t> SizeThreshold;
H A Dllvm-pdbutil.cpp340 cl::opt<uint32_t> SizeThreshold( variable
1547 opts::Filters.SizeThreshold = opts::pretty::SizeThreshold; in main()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp280 if (Size < Filters.SizeThreshold) in IsTypeExcluded()