Searched refs:getAllocator (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringSet.h33 Create(KeyStart, KeyEnd, base::getAllocator(), '+'));
H A DImmutableList.h151 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImmutableListFactory
163 if (ownsAllocator()) delete &getAllocator();
177 BumpPtrAllocator& A = getAllocator();
H A DScopedHashTable.h172 AllocatorRefTy getAllocator() { return Allocator; } function in class:llvm::ScopedHashTable
173 AllocatorCRefTy getAllocator() const { return Allocator; } function in class:llvm::ScopedHashTable
250 ThisEntry->Destroy(HT.getAllocator());
H A DImmutableSet.h381 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImutAVLFactory
397 if (ownsAllocator()) delete &getAllocator();
464 BumpPtrAllocator& A = getAllocator();
1003 BumpPtrAllocator& getAllocator() { return F.getAllocator(); } function in class:llvm::ImmutableSet::Factory
H A DStringMap.h257 AllocatorRefTy getAllocator() { return Allocator; } function in class:llvm::StringMap
258 AllocatorCRefTy getAllocator() const { return Allocator; } function in class:llvm::StringMap
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DYAMLParser.cpp1592 BumpPtrAllocator &Node::getAllocator() { function in class:Node
1791 return Key = new (getAllocator()) NullNode(Doc);
1800 return Key = new (getAllocator()) NullNode(Doc);
1812 return Value = new (getAllocator()) NullNode(Doc);
1822 return Value = new (getAllocator()) NullNode(Doc);
1827 return Value = new (getAllocator()) NullNode(Doc);
1835 return Value = new (getAllocator()) NullNode(Doc);
1859 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DStringMapTest.cpp219 testMap.getAllocator(), 1u));
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DYAMLParser.h129 BumpPtrAllocator &getAllocator();
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DType.cpp473 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());
504 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());

Completed in 200 milliseconds