Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.cpp284 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
663 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups()); in PopCleanupBlock()
684 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock()
H A DCGCleanup.h346 unsigned getFixupDepth() const { return FixupDepth; } in getFixupDepth() function