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

/external/clang/lib/CodeGen/
H A DEHScopeStack.h36 struct BranchFixup { struct in namespace:clang::CodeGen
297 SmallVector<BranchFixup, 8> BranchFixups;
464 BranchFixup &addBranchFixup() {
466 BranchFixups.push_back(BranchFixup());
471 BranchFixup &getBranchFixup(unsigned I) {

Completed in 65 milliseconds