Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h441 new(size_t Size,llvm::BumpPtrAllocatorImpl<AllocatorT,SlabSize,SizeThreshold,GrowthDelay> & Allocator) new() argument
451 delete(void *,llvm::BumpPtrAllocatorImpl<AllocatorT,SlabSize,SizeThreshold,GrowthDelay> &) delete() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h32 uint32_t SizeThreshold; member
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp34 static const size_t SizeThreshold = AllocatorSlabSize; member in Pool
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp340 cl::opt<uint32_t> SizeThreshold( variable