Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h352 void *getCleanupBuffer() { return this + 1; } in getCleanupBuffer() function
355 return reinterpret_cast<EHScopeStack::Cleanup*>(getCleanupBuffer()); in getCleanup()
H A DCGCleanup.cpp214 return Scope->getCleanupBuffer(); in pushCleanup()
757 auto *CleanupSource = reinterpret_cast<char *>(Scope.getCleanupBuffer()); in PopCleanupBlock()