HomeSort by relevance Sort by last modified time
    Searched refs:BranchFixup (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
EHScopeStack.h 36 struct BranchFixup {
297 SmallVector<BranchFixup, 8> BranchFixups;
464 BranchFixup &addBranchFixup() {
466 BranchFixups.push_back(BranchFixup());
471 BranchFixup &getBranchFixup(unsigned I) {
CGCleanup.cpp 285 BranchFixup &Fixup = CGF.EHStack.getBranchFixup(I);
347 BranchFixup &Fixup = EHStack.getBranchFixup(I);
804 BranchFixup &Fixup = EHStack.getBranchFixup(I);
    [all...]

Completed in 71 milliseconds