Searched defs:getAllocator (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DImmutableList.h151 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImmutableListFactory
H A DScopedHashTable.h172 AllocatorRefTy getAllocator() { return Allocator; } function in class:llvm::ScopedHashTable
173 AllocatorCRefTy getAllocator() const { return Allocator; } function in class:llvm::ScopedHashTable
H A DStringMap.h257 AllocatorRefTy getAllocator() { return Allocator; } function in class:llvm::StringMap
258 AllocatorCRefTy getAllocator() const { return Allocator; } function in class:llvm::StringMap
H A DImmutableSet.h381 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImutAVLFactory
1003 BumpPtrAllocator& getAllocator() { return F.getAllocator(); } function in class:llvm::ImmutableSet::Factory
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DYAMLParser.cpp1592 BumpPtrAllocator &Node::getAllocator() { function in class:Node

Completed in 132 milliseconds