Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAllocator.h140 size_t SizeThreshold = SlabSize>
143 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
145 static_assert(SizeThreshold <= SlabSize,
245 if (PaddedSize > SizeThreshold) { in Allocate()
496 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
499 SizeThreshold> &Allocator) { in new()
513 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
515 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h102 extern llvm::cl::opt<uint32_t> SizeThreshold;
H A DLinePrinter.cpp275 if (Size < opts::pretty::SizeThreshold) in IsTypeExcluded()
H A Dllvm-pdbutil.cpp336 cl::opt<uint32_t> SizeThreshold( variable