Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DEHScopeStack.h37 struct BranchFixup { struct
248 SmallVector<BranchFixup, 8> BranchFixups;
380 BranchFixup &addBranchFixup() {
382 BranchFixups.push_back(BranchFixup());
387 BranchFixup &getBranchFixup(unsigned I) {
DCGCleanup.cpp287 BranchFixup &Fixup = CGF.EHStack.getBranchFixup(I); in ResolveAllBranchFixups()
350 BranchFixup &Fixup = EHStack.getBranchFixup(I); in ResolveBranchFixups()
814 BranchFixup &Fixup = EHStack.getBranchFixup(I); in PopCleanupBlock()
947 BranchFixup &Fixup = EHStack.addBranchFixup(); in EmitBranchThroughCleanup()