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