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

123

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.h54 BumpPtrAllocator &getAllocator() { return RecordStorage; } function in class:llvm::codeview::AppendingTypeTableBuilder
H A DMergingTypeTableBuilder.h63 BumpPtrAllocator &getAllocator() { return RecordStorage; } function in class:llvm::codeview::MergingTypeTableBuilder
H A DGlobalTypeTableBuilder.h66 BumpPtrAllocator &getAllocator() { return RecordStorage; } function in class:llvm::codeview::GlobalTypeTableBuilder
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp280 CodeCompletionAllocator &getAllocator() const { return Allocator; } function in class:__anon617::ResultBuilder
1670 CodeCompletionBuilder Builder(Results.getAllocator(),
1737 CodeCompletionAllocator &Allocator = Results.getAllocator();
1799 CodeCompletionBuilder Builder(Results.getAllocator(),
1899 CodeCompletionAllocator &Allocator = Results.getAllocator();
1981 CodeCompletionAllocator &Allocator = Results.getAllocator();
2628 GetCompletionTypeString(T, Context, Policy, Result.getAllocator()));
2928 CodeCompletionBuilder Opt(Result.getAllocator(),
2955 Result.getAllocator().CopyString(PlaceholderStr));
3026 CodeCompletionBuilder Opt(Result.getAllocator(),
[all...]
H A DCodeCompleteConsumer.cpp420 void *Mem = getAllocator().Allocate(
567 SemaRef, Context, getAllocator(), CCTUInfo,
601 SemaRef, Context, getAllocator(), CCTUInfo,
655 CurrentArg, SemaRef, getAllocator(), CCTUInfo,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp61 Layout, Buffer, StreamPDB, Msf.getAllocator());
H A DGSIStreamBuilder.cpp65 addSymbol(SymbolSerializer::writeOneSymbol(Copy, Msf.getAllocator(),
365 Layout, Buffer, getGlobalsStreamIndex(), Msf.getAllocator());
367 Layout, Buffer, getPublicsStreamIndex(), Msf.getAllocator());
369 Layout, Buffer, getRecordStreamIdx(), Msf.getAllocator());
H A DDbiModuleDescriptorBuilder.cpp151 MsfLayout, MsfBuffer, Layout.ModDiStream, MSF.getAllocator());
H A DTpiStreamBuilder.cpp35 : Msf(Msf), Allocator(Msf.getAllocator()), Header(nullptr), Idx(StreamIdx) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h118 BumpPtrAllocator &getAllocator() { return Allocator; } function in class:llvm::msf::MSFBuilder
H A DMappedBlockStream.h70 BumpPtrAllocator &getAllocator() { return Allocator; } function in class:llvm::msf::MappedBlockStream
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h160 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImmutableListFactory
172 if (ownsAllocator()) delete &getAllocator();
187 BumpPtrAllocator& A = getAllocator();
H A DScopedHashTable.h178 AllocatorTy &getAllocator() { return Allocator; } function in class:llvm::ScopedHashTable
179 const AllocatorTy &getAllocator() const { return Allocator; } function in class:llvm::ScopedHashTable
257 ThisEntry->Destroy(HT.getAllocator());
H A DImmutableSet.h382 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImutAVLFactory
398 if (ownsAllocator()) delete &getAllocator();
462 BumpPtrAllocator& A = getAllocator();
1035 BumpPtrAllocator& getAllocator() { return F.getAllocator(); } function in class:llvm::ImmutableSet::Factory
H A DStringMap.h326 AllocatorTy &getAllocator() { return Allocator; } function in class:llvm::StringMap
327 const AllocatorTy &getAllocator() const { return Allocator; } function in class:llvm::StringMap
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h523 llvm::BumpPtrAllocator& getAllocator() { function in class:clang::IdentifierTable
524 return HashTable.getAllocator();
543 void *Mem = getAllocator().Allocate<IdentifierInfo>();
574 void *Mem = getAllocator().Allocate<IdentifierInfo>();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h55 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } function in class:clang::BumpVectorContext
233 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h658 CodeCompletionAllocator &getAllocator() const {
701 CodeCompletionAllocator &getAllocator() const { return Allocator; }
1150 virtual CodeCompletionAllocator &getAllocator() = 0;
1200 CodeCompletionAllocator &getAllocator() override {
1201 return CCTUInfo.getAllocator();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp238 V = G.getAllocator().Allocate<ExplodedNodeVector>();
413 V = (NodeTy*) getAllocator().Allocate<NodeTy>();
437 NodeTy *V = (NodeTy *) getAllocator().Allocate<NodeTy>();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp208 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(),
212 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
217 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h110 BumpPtrAllocator &getAllocator() { return Allocator; } function in class:llvm::pdb::PDBFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1874 BumpPtrAllocator &Node::getAllocator() { function in class:Node
2074 return Key = new (getAllocator()) NullNode(Doc);
2083 return Key = new (getAllocator()) NullNode(Doc);
2098 return Value = new (getAllocator()) NullNode(Doc);
2102 return Value = new (getAllocator()) NullNode(Doc);
2112 return Value = new (getAllocator()) NullNode(Doc);
2117 return Value = new (getAllocator()) NullNode(Doc);
2125 return Value = new (getAllocator()) NullNode(Doc);
2149 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h424 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } function in class:clang::ento::ExplodedGraph
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp26 C.getAllocator().Allocate<ConstructionContextLayer>();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h267 auto *CC = C.getAllocator().Allocate<T>();

Completed in 401 milliseconds

123