Searched defs:Allocator (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DRecyclingAllocator.h35 AllocatorType Allocator; member in class:llvm::RecyclingAllocator
60 operator new(size_t, llvm::RecyclingAllocator<AllocatorType, T, Size, Align> &Allocator) argument
[all...]
H A DArrayRecycler.h103 void clear(AllocatorType &Allocator) { argument
124 T *allocate(Capacity Cap, AllocatorType &Allocator) { argument
H A DRecycler.h85 void clear(AllocatorType &Allocator) { argument
102 SubClass *Allocate(AllocatorType &Allocator) { argument
113 T *Allocate(AllocatorType &Allocator) { argument
H A DAllocator.h77 MallocAllocator Allocator; member in class:llvm::MallocSlabAllocator
105 SlabAllocator &Allocator; member in class:llvm::BumpPtrAllocator
190 BumpPtrAllocator Allocator; member in class:llvm::SpecificBumpPtrAllocator
226 operator new(size_t Size, llvm::BumpPtrAllocator &Allocator) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentCommandTraits.cpp18 CommandTraits::CommandTraits(llvm::BumpPtrAllocator &Allocator, argument
H A DCommentLexer.cpp31 convertCodePointToUTF8( llvm::BumpPtrAllocator &Allocator, unsigned CodePoint) argument
H A DRawCommentList.cpp147 llvm::BumpPtrAllocator Allocator; local
211 addComment(const RawComment &RC, llvm::BumpPtrAllocator &Allocator) argument
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h45 typedef BumpPtrAllocator Allocator; typedef in class:llvm::VNInfo
H A DLiveIntervalUnion.h57 typedef LiveSegments::Allocator Allocator; typedef in class:llvm::LiveIntervalUnion
H A DMachineFunction.h104 BumpPtrAllocator Allocator; member in class:llvm::MachineFunction
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentParser.h41 llvm::BumpPtrAllocator &Allocator; member in class:clang::comments::Parser
H A DCommentSema.h38 llvm::BumpPtrAllocator &Allocator; member in class:clang::comments::Sema
H A DCommentCommandTraits.h171 llvm::BumpPtrAllocator &Allocator; member in class:clang::comments::CommandTraits
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h108 EnvironmentManager(llvm::BumpPtrAllocator& Allocator) : F(Allocator) {} argument
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableList.h145 uintptr_t Allocator; member in class:llvm::ImmutableListFactory
H A DScopedHashTable.h74 void Destroy(AllocatorTy &Allocator) { argument
156 AllocatorTy Allocator; member in class:llvm::ScopedHashTable
61 Create(ScopedHashTableVal *nextInScope, ScopedHashTableVal *nextForKey, const K &key, const V &val, AllocatorTy &Allocator) argument
[all...]
H A DIntervalMap.h460 AllocBytes, CacheLineBytes> Allocator; typedef in struct:llvm::IntervalMapImpl::NodeSizer
[all...]
H A DStringMap.h209 void Destroy(AllocatorTy &Allocator) { argument
229 AllocatorTy Allocator; member in class:llvm::StringMap
139 Create(const char *KeyStart, const char *KeyEnd, AllocatorTy &Allocator, InitType InitVal) argument
169 Create(const char *KeyStart, const char *KeyEnd, AllocatorTy &Allocator) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h67 BumpPtrAllocator Allocator; member in class:llvm::SSAUpdaterImpl
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h251 BumpPtrAllocator Allocator; member in class:llvm::DwarfAccelTable
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.h264 RegAssignMap::Allocator Allocator; member in class:llvm::SplitEditor
H A DExecutionDepsFix.cpp126 SpecificBumpPtrAllocator<DomainValue> Allocator; member in class:__anon2152::ExeDepsFix
H A DStrongPHIElimination.cpp149 BumpPtrAllocator Allocator; member in class:__anon2238::StrongPHIElimination
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h128 StorageAllocator *Allocator; member in class:clang::PartialDiagnostic
192 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) argument
220 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h43 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, argument
53 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, argument

Completed in 386 milliseconds

12