Searched refs:AllocatorTy (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DStringSet.h22 template <class AllocatorTy = llvm::MallocAllocator>
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
H A DScopedHashTable.h40 typename AllocatorTy = MallocAllocator>
60 template <typename AllocatorTy>
64 AllocatorTy &Allocator) {
73 template <typename AllocatorTy>
74 void Destroy(AllocatorTy &Allocator) {
82 typename AllocatorTy = MallocAllocator>
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
145 template <typename K, typename V, typename KInfo, typename AllocatorTy>
[all...]
H A DStringMap.h141 template<typename AllocatorTy, typename InitType>
143 AllocatorTy &Allocator,
166 template<typename AllocatorTy>
167 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator) {
204 template<typename AllocatorTy>
205 void Destroy(AllocatorTy &Allocator) {
225 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
227 AllocatorTy Allocator;
235 explicit StringMap(AllocatorTy A)
238 StringMap(unsigned InitialSize, AllocatorTy
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp43 AllocatorTy; typedef in namespace:__anon26054
45 AllocatorTy> ScopedHTType;
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp72 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in class:__anon25762::MachineCSE
74 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp270 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy; typedef in class:__anon26278::EarlyCSE
272 AllocatorTy> ScopedHTType;

Completed in 540 milliseconds