Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp267 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
646 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups()); in PopCleanupBlock()
667 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock()
DCGCleanup.h346 unsigned getFixupDepth() const { return FixupDepth; } in getFixupDepth() function
/external/clang/lib/CodeGen/
DCGCleanup.cpp277 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
607 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups()); in PopCleanupBlock()
628 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock()
DCGCleanup.h347 unsigned getFixupDepth() const { return FixupDepth; } in getFixupDepth() function