Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h56 char *allocUnalignedBuffer(size_t Size) { in allocUnalignedBuffer() function
/openbsd/src/gnu/llvm/llvm/lib/Demangle/
DMicrosoftDemangle.cpp248 char *Stable = Arena.allocUnalignedBuffer(Borrowed.size()); in copyString()