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

12

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DRecycler.h67 void clear(AllocatorType &Allocator) { argument
82 SubClass *Allocate(AllocatorType &Allocator) { argument
92 T *Allocate(AllocatorType &Allocator) { argument
H A DRecyclingAllocator.h35 AllocatorType Allocator; member in class:llvm::RecyclingAllocator
63 operator new(size_t size, 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 DAllocator.h147 BumpPtrAllocatorImpl(T &&Allocator) argument
307 AllocatorT Allocator; member in class:llvm::BumpPtrAllocatorImpl
364 BumpPtrAllocator Allocator; member in class:llvm::SpecificBumpPtrAllocator
414 operator new(size_t Size, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &Allocator) argument
[all...]
/freebsd-11.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.h180 llvm::BumpPtrAllocator &Allocator; member in class:clang::comments::CommandTraits
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h108 EnvironmentManager(llvm::BumpPtrAllocator& Allocator) : F(Allocator) {} argument
/freebsd-11.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.cpp184 llvm::BumpPtrAllocator Allocator; local
272 addComment(const RawComment &RC, llvm::BumpPtrAllocator &Allocator) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h48 typedef BumpPtrAllocator Allocator; typedef in class:llvm::VNInfo
[all...]
H A DLiveIntervalUnion.h57 typedef LiveSegments::Allocator Allocator; typedef in class:llvm::LiveIntervalUnion
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h58 llvm::BumpPtrAllocator *Allocator; member in class:clang::threadSafety::til::MemRegionRef
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h125 struct Allocator { struct in class:llvm::orc::remote::OrcRemoteTargetServer
127 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {} function in struct:llvm::orc::remote::OrcRemoteTargetServer::Allocator
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h69 BumpPtrAllocator Allocator; member in class:llvm::SSAUpdaterImpl
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h228 BumpPtrAllocator Allocator; member in class:llvm::DwarfAccelTable
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableList.h145 uintptr_t Allocator; member in class:llvm::ImmutableListFactory
H A DIntervalMap.h461 AllocBytes, CacheLineBytes> Allocator; typedef in struct:llvm::IntervalMapImpl::NodeSizer
[all...]
H A DScopedHashTable.h73 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { argument
157 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 DStringMap.h148 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, argument
173 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator) { argument
198 void Destroy(AllocatorTy &Allocator) { argument
219 AllocatorTy Allocator; member in class:llvm::StringMap
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.h266 RegAssignMap::Allocator Allocator; member in class:llvm::SplitEditor
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h123 StorageAllocator *Allocator; member in class:clang::PartialDiagnostic
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) argument
210 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) argument
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc54 SecondaryAllocator> Allocator; typedef in namespace:__lsan
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc90 SecondaryAllocator> Allocator; typedef in namespace:__msan

Completed in 123 milliseconds

12