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 279 BranchFixup &Fixup = CGF.EHStack.getBranchFixup(I);
341 BranchFixup &Fixup = EHStack.getBranchFixup(I);
771 BranchFixup &Fixup = EHStack.getBranchFixup(I);
    [all...]
CodeGenFunction.h 87 struct BranchFixup {
348 SmallVector<BranchFixup, 8> BranchFixups;
510 BranchFixup &addBranchFixup() {
512 BranchFixups.push_back(BranchFixup());
517 BranchFixup &getBranchFixup(unsigned I) {
    [all...]

Completed in 36 milliseconds