Searched refs:getFixupDepth (Results 1 – 2 of 2) sorted by relevance
260 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()590 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups()); in PopCleanupBlock()611 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock()
346 unsigned getFixupDepth() const { return CleanupBits.FixupDepth; } in getFixupDepth() function