Searched refs:MallocAllocator (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | AllocatorBase.h | 87 class MallocAllocator : public AllocatorBase<MallocAllocator> { 96 using AllocatorBase<MallocAllocator>::Allocate; 103 using AllocatorBase<MallocAllocator>::Deallocate;
|
| H A D | Allocator.h | 62 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Host.h | 20 class MallocAllocator; variable 56 LLVM_ABI const StringMap<bool, MallocAllocator> getHostCPUFeatures();
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringSet.h | 24 template <class AllocatorTy = MallocAllocator>
|
| H A D | ScopedHashTable.h | 42 typename AllocatorTy = MallocAllocator> 84 typename AllocatorTy = MallocAllocator>
|
| H A D | StringMap.h | 126 template <typename ValueTy, typename AllocatorTy = MallocAllocator>
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ValueSymbolTable.cpp | 97 MallocAllocator Allocator; in reinsertValue()
|
| H A D | Value.cpp | 144 MallocAllocator Allocator; in destroyValueName() 367 MallocAllocator Allocator; in setNameImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ConstString.cpp | 58 typedef llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, AllocatorSlabSize,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 446 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 1084 StringSet<MallocAllocator> DSOSymbolsSet(llvm::from_range, DSOSymbols); in main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 847 …long long, long>>& llvm::StringMap<std::pair<long long, long>, llvm::MallocAllocator>::GetOrCreate… 1434 …S_15MallocAllocatorEE6insertENS_9StringRefE", "llvm::StringSet<llvm::MallocAllocator>::insert(llvm… 1512 …river::ToolChain*>& llvm::StringMap<clang::driver::ToolChain*, llvm::MallocAllocator>::GetOrCreate… 3420 …Entry<llvm::GlobalAlias*>& llvm::StringMap<llvm::GlobalAlias*, llvm::MallocAllocator>::GetOrCreate… 3577 …llvm::GlobalVariable*>& llvm::StringMap<llvm::GlobalVariable*, llvm::MallocAllocator>::GetOrCreate… 3921 …j", "GetConstantCFStringEntry(llvm::StringMap<llvm::Constant*, llvm::MallocAllocator>&, clang::Str… 3947 …ingMapEntry<llvm::Constant*>& llvm::StringMap<llvm::Constant*, llvm::MallocAllocator>::GetOrCreate… 3948 …eGen::GlobalDecl>& llvm::StringMap<clang::CodeGen::GlobalDecl, llvm::MallocAllocator>::GetOrCreate… 11016 … int>>& llvm::StringMap<std::pair<unsigned int, unsigned int>, llvm::MallocAllocator>::GetOrCreate… 11018 …ryEntry const*>& llvm::StringMap<clang::DirectoryEntry const*, llvm::MallocAllocator>::GetOrCreate… [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 2551 MallocAllocator Allocator;
|