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

  /external/clang/lib/CodeGen/
CGCleanup.cpp 285 BranchFixup &Fixup = CGF.EHStack.getBranchFixup(I);
347 BranchFixup &Fixup = EHStack.getBranchFixup(I);
777 BranchFixup &Fixup = EHStack.getBranchFixup(I);
    [all...]
CodeGenFunction.h 98 struct BranchFixup {
359 SmallVector<BranchFixup, 8> BranchFixups;
521 BranchFixup &addBranchFixup() {
523 BranchFixups.push_back(BranchFixup());
528 BranchFixup &getBranchFixup(unsigned I) {
    [all...]

Completed in 57 milliseconds