Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h321 void *getCleanupBuffer() { return this + 1; } in getCleanupBuffer() function
324 return reinterpret_cast<EHScopeStack::Cleanup*>(getCleanupBuffer()); in getCleanup()
DCGCleanup.cpp174 return Scope->getCleanupBuffer(); in pushCleanup()
659 Scope.getCleanupBuffer(), Scope.getCleanupSize()); in PopCleanupBlock()