Searched refs:allocateNodeArray (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ | ||
| H A D | ItaniumManglingCanonicalizer.cpp | 129 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anonb3a3a5560111::FoldingNodeAllocator |
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/ | ||
| H A D | ItaniumDemangle.cpp | 314 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anon58513fa40211::DefaultAllocator |
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ | ||
| H A D | CPlusPlusLanguage.cpp | 290 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anone83b9cae0111::NodeAllocator |
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ | ||
| H A D | ItaniumDemangle.h | 2421 void *mem = ASTAllocator.allocateNodeArray(sz); in makeNodeArray() |