Searched refs:SizeThreshold (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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, 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
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | ConstString.cpp | 34 static const size_t SizeThreshold = AllocatorSlabSize; member in Pool 59 SizeThreshold, AllocatorGrowthDelay>
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 32 uint32_t SizeThreshold; member
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.h | 103 extern llvm::cl::opt<uint32_t> SizeThreshold;
|
| H A D | llvm-pdbutil.cpp | 342 cl::opt<uint32_t> SizeThreshold( variable 1549 opts::Filters.SizeThreshold = opts::pretty::SizeThreshold; in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 280 if (Size < Filters.SizeThreshold) in IsTypeExcluded()
|