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

  /external/clang/lib/CodeGen/
CGStmt.cpp 350 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
356 EmitBranchThroughCleanup(getJumpDestForLabel(Target));
489 EmitBranchThroughCleanup(LoopExit);
612 EmitBranchThroughCleanup(LoopExit);
693 EmitBranchThroughCleanup(LoopExit);
736 EmitBranchThroughCleanup(ReturnBlock);
782 EmitBranchThroughCleanup(ReturnBlock);
806 EmitBranchThroughCleanup(Block);
819 EmitBranchThroughCleanup(Block);
    [all...]
CGObjCRuntime.cpp 279 CGF.EmitBranchThroughCleanup(Cont);
CGCleanup.cpp     [all...]
CGException.cpp     [all...]
CGObjCMac.cpp     [all...]
CodeGenFunction.h 895 /// EmitBranchThroughCleanup - Emit a branch from the current insert
898 void EmitBranchThroughCleanup(JumpDest Dest);
    [all...]

Completed in 38 milliseconds