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

/external/clang/lib/CodeGen/
H A DEHScopeStack.h37 struct BranchFixup { struct in namespace:clang::CodeGen
259 SmallVector<BranchFixup, 8> BranchFixups;
396 BranchFixup &addBranchFixup() {
398 BranchFixups.push_back(BranchFixup());
403 BranchFixup &getBranchFixup(unsigned I) {

Completed in 114 milliseconds