Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp244 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
539 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups()); in PopCleanupBlock()
558 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock()
DCGCleanup.h304 unsigned getFixupDepth() const { return CleanupBits.FixupDepth; } in getFixupDepth() function