Home
last modified time | relevance | path

Searched refs:allocateNodeArray (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp145 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anon46fa78470111::FoldingNodeAllocator
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DItaniumDemangle.cpp315 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anon937b61150211::DefaultAllocator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp287 void *allocateNodeArray(size_t sz) { in allocateNodeArray() function in __anonff172de90111::NodeAllocator
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2189 void *mem = ASTAllocator.allocateNodeArray(sz); in makeNodeArray()