Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp745 auto *CleanupSource = reinterpret_cast<char *>(Scope.getCleanupBuffer()); in PopCleanupBlock() local
753 memcpy(CleanupBufferStack, CleanupSource, CleanupSize); in PopCleanupBlock()
757 memcpy(CleanupBufferHeap.get(), CleanupSource, CleanupSize); in PopCleanupBlock()