Searched refs:allocateNodeArray (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/ProfileData/ | ||
| H A D | ItaniumManglingCanonicalizer.cpp | 130 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anon53674be50111::FoldingNodeAllocator |
| /src/contrib/llvm-project/llvm/lib/Demangle/ | ||
| H A D | ItaniumDemangle.cpp | 357 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anon9d1505850211::DefaultAllocator |
| /src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ | ||
| H A D | CPlusPlusLanguage.cpp | 423 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anonbd4b3d6f0111::NodeAllocator |
| /src/contrib/llvm-project/llvm/include/llvm/Demangle/ | ||
| H A D | ItaniumDemangle.h | 2712 void *mem = ASTAllocator.allocateNodeArray(sz); in makeNodeArray() |