Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocatorBase.h80 class MallocAllocator : public AllocatorBase<MallocAllocator> {
89 using AllocatorBase<MallocAllocator>::Allocate;
96 using AllocatorBase<MallocAllocator>::Deallocate;
H A DHost.h19 class MallocAllocator; variable
55 bool getHostCPUFeatures(StringMap<bool, MallocAllocator> &Features);
H A DAllocator.h65 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h42 typename AllocatorTy = MallocAllocator>
84 typename AllocatorTy = MallocAllocator>
H A DStringSet.h21 template <class AllocatorTy = MallocAllocator>
H A DStringMap.h107 template <typename ValueTy, typename AllocatorTy = MallocAllocator>
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValueSymbolTable.cpp86 MallocAllocator Allocator; in reinsertValue()
H A DValue.cpp145 MallocAllocator Allocator; in destroyValueName()
350 MallocAllocator Allocator; in setNameImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.h147 using PoolAllocTy = llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h408 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp973 StringSet<MallocAllocator> DSOSymbolsSet; in main()