Searched defs:BranchFixups (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DEHScopeStack.h297 SmallVector<BranchFixup, 8> BranchFixups; member in class:clang::CodeGen::EHScopeStack
466 BranchFixups.push_back(BranchFixup());
467 return BranchFixups.back();
470 unsigned getNumBranchFixups() const { return BranchFixups.size(); }
473 return BranchFixups[I];
483 void clearFixups() { BranchFixups.clear(); }

Completed in 93 milliseconds