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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.h55 BumpPtrAllocator &getAllocator() { return RecordStorage; } function in class:llvm::codeview::AppendingTypeTableBuilder
H A DMergingTypeTableBuilder.h64 BumpPtrAllocator &getAllocator() { return RecordStorage; } function in class:llvm::codeview::MergingTypeTableBuilder
H A DGlobalTypeTableBuilder.h67 BumpPtrAllocator &getAllocator() { return RecordStorage; } function in class:llvm::codeview::GlobalTypeTableBuilder
/freebsd-13-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-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h160 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImmutableListFactory
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
H A DStringMap.h191 AllocatorTy &getAllocator() { return Allocator; } function in class:llvm::StringMap
192 const AllocatorTy &getAllocator() const { return Allocator; } function in class:llvm::StringMap
H A DImmutableSet.h389 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImutAVLFactory
1023 BumpPtrAllocator& getAllocator() { return F.getAllocator(); } function in class:llvm::ImmutableSet::Factory
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h55 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } function in class:clang::BumpVectorContext
/freebsd-13-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
H A DProgramState.h528 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } function in class:clang::ento::ProgramStateManager
H A DMemRegion.h1329 llvm::BumpPtrAllocator &getAllocator() { return A; } function in class:clang::ento::MemRegionManager
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h522 llvm::BumpPtrAllocator& getAllocator() { function in class:clang::IdentifierTable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1870 BumpPtrAllocator &Node::getAllocator() { function in class:Node
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h623 llvm::BumpPtrAllocator &getAllocator() const { function in class:clang::ASTContext
H A DOpenMPClause.h303 Expr *getAllocator() const { return cast_or_null<Expr>(Allocator); } function in class:clang::OMPAllocatorClause
387 Expr *getAllocator() const { return Allocator; } function in class:clang::final
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp293 CodeCompletionAllocator &getAllocator() const { return Allocator; } function in class:__anon2035::ResultBuilder
[all...]

Completed in 198 milliseconds