Home
last modified time | relevance | path

Searched refs:ArenaAllocator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h28 class ArenaAllocator {
46 ArenaAllocator() { addNode(AllocUnit); } in ArenaAllocator() function
48 ~ArenaAllocator() { in ~ArenaAllocator()
59 ArenaAllocator(const ArenaAllocator &) = delete;
60 ArenaAllocator &operator=(const ArenaAllocator &) = delete;
240 VariableSymbolNode *demangleUntypedVariable(ArenaAllocator &Arena,
244 demangleRttiBaseClassDescriptorNode(ArenaAllocator &Arena,
272 ArenaAllocator Arena;
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp355 static NamedIdentifierNode *synthesizeNamedIdentifier(ArenaAllocator &Arena, in synthesizeNamedIdentifier()
362 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName()
372 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName()
378 static VariableSymbolNode *synthesizeVariable(ArenaAllocator &Arena, in synthesizeVariable()
388 Demangler::demangleUntypedVariable(ArenaAllocator &Arena, in demangleUntypedVariable()
403 Demangler::demangleRttiBaseClassDescriptorNode(ArenaAllocator &Arena, in demangleRttiBaseClassDescriptorNode()
1602 static NodeArrayNode *nodeListToNodeArray(ArenaAllocator &Arena, NodeList *Head, in nodeListToNodeArray()