Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h351 size_t getCleanupSize() const { return CleanupBits.CleanupSize; } in getCleanupSize() function
H A DCGCleanup.cpp766 size_t CleanupSize = Scope.getCleanupSize(); in PopCleanupBlock()