Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCleanup.h283 size_t getAllocatedSize() const { in getAllocatedSize() function
521 Size = static_cast<const EHCleanupScope *>(get())->getAllocatedSize();
DCGCleanup.cpp212 deallocate(Cleanup.getAllocatedSize()); in popCleanup()