Home
last modified time | relevance | path

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

/freebsd/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.h62 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DHost.h20 class MallocAllocator; variable
56 LLVM_ABI const StringMap<bool, MallocAllocator> getHostCPUFeatures();
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSet.h24 template <class AllocatorTy = MallocAllocator>
H A DScopedHashTable.h42 typename AllocatorTy = MallocAllocator>
84 typename AllocatorTy = MallocAllocator>
H A DStringMap.h126 template <typename ValueTy, typename AllocatorTy = MallocAllocator>
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp97 MallocAllocator Allocator; in reinsertValue()
H A DValue.cpp144 MallocAllocator Allocator; in destroyValueName()
367 MallocAllocator Allocator; in setNameImpl()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp58 typedef llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, AllocatorSlabSize,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h446 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1084 StringSet<MallocAllocator> DSOSymbolsSet(llvm::from_range, DSOSymbols); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc847 …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 DDXILBitcodeWriter.cpp2551 MallocAllocator Allocator;