Home
last modified time | relevance | path

Searched refs:MallocAllocator (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocatorBase.h87 class MallocAllocator : public AllocatorBase<MallocAllocator> {
96 using AllocatorBase<MallocAllocator>::Allocate;
103 using AllocatorBase<MallocAllocator>::Deallocate;
H A DAllocator.h61 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DHost.h19 class MallocAllocator; variable
56 bool getHostCPUFeatures(StringMap<bool, MallocAllocator> &Features);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSet.h22 template <class AllocatorTy = MallocAllocator>
H A DScopedHashTable.h42 typename AllocatorTy = MallocAllocator>
84 typename AllocatorTy = MallocAllocator>
H A DStringMap.h109 template <typename ValueTy, typename AllocatorTy = MallocAllocator>
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp86 MallocAllocator Allocator; in reinsertValue()
H A DValue.cpp143 MallocAllocator Allocator; in destroyValueName()
354 MallocAllocator Allocator; in setNameImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h173 using PoolAllocTy = llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator>;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp58 typedef llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, AllocatorSlabSize,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h446 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1020 StringSet<MallocAllocator> DSOSymbolsSet; in main()