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

  /external/clang/lib/CodeGen/
CGStmt.cpp 449 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
455 EmitBranchThroughCleanup(getJumpDestForLabel(Target));
683 EmitBranchThroughCleanup(LoopExit);
845 EmitBranchThroughCleanup(LoopExit);
929 EmitBranchThroughCleanup(LoopExit);
    [all...]
CGObjCRuntime.cpp 285 CGF.EmitBranchThroughCleanup(Cont);
CGCleanup.cpp     [all...]
CGObjCMac.cpp     [all...]
CGException.cpp     [all...]
CGClass.cpp     [all...]
CodeGenFunction.h 585 /// EmitBranchThroughCleanup - Emit a branch from the current insert
588 void EmitBranchThroughCleanup(JumpDest Dest);
    [all...]

Completed in 514 milliseconds