Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h456 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
466 SizeThreshold, GrowthDelay> &) { in delete() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h33 uint32_t SizeThreshold; member
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp34 static const size_t SizeThreshold = AllocatorSlabSize; member in Pool
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp342 cl::opt<uint32_t> SizeThreshold( variable