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
259 SmallVector<BranchFixup, 8> BranchFixups;
396 BranchFixup &addBranchFixup() {
398 BranchFixups.push_back(BranchFixup());
403 BranchFixup &getBranchFixup(unsigned I) {
DCGCleanup.cpp331 BranchFixup &Fixup = CGF.EHStack.getBranchFixup(I); in ResolveAllBranchFixups()
394 BranchFixup &Fixup = EHStack.getBranchFixup(I); in ResolveBranchFixups()
865 BranchFixup &Fixup = EHStack.getBranchFixup(I); in PopCleanupBlock()
1023 BranchFixup &Fixup = EHStack.addBranchFixup(); in EmitBranchThroughCleanup()