Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h66 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 Dllvm-pdbutil.h101 extern llvm::cl::opt<uint32_t> SizeThreshold;
H A DLinePrinter.cpp273 if (Size < opts::pretty::SizeThreshold) in IsTypeExcluded()
H A Dllvm-pdbutil.cpp335 cl::opt<uint32_t> SizeThreshold( variable