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
256 SmallVector<BranchFixup, 8> BranchFixups;
395 BranchFixup &addBranchFixup() {
397 BranchFixups.push_back(BranchFixup());
402 BranchFixup &getBranchFixup(unsigned I) {
DCGCleanup.cpp314 BranchFixup &Fixup = CGF.EHStack.getBranchFixup(I); in ResolveAllBranchFixups()
377 BranchFixup &Fixup = EHStack.getBranchFixup(I); in ResolveBranchFixups()
836 BranchFixup &Fixup = EHStack.getBranchFixup(I); in PopCleanupBlock()
994 BranchFixup &Fixup = EHStack.addBranchFixup(); in EmitBranchThroughCleanup()