Searched refs:allocateNodeArray (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ | ||
| H A D | ItaniumManglingCanonicalizer.cpp | 145 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anon46fa78470111::FoldingNodeAllocator |
| /freebsd-12.1/contrib/llvm/lib/Demangle/ | ||
| H A D | ItaniumDemangle.cpp | 315 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anon937b61150211::DefaultAllocator |
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ | ||
| H A D | CPlusPlusLanguage.cpp | 287 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anonff172de90111::NodeAllocator |
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ | ||
| H A D | ItaniumDemangle.h | 2189 void *mem = ASTAllocator.allocateNodeArray(sz); in makeNodeArray() |