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 360 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
366 EmitBranchThroughCleanup(getJumpDestForLabel(Target));
499 EmitBranchThroughCleanup(LoopExit);
622 EmitBranchThroughCleanup(LoopExit);
703 EmitBranchThroughCleanup(LoopExit);
748 EmitBranchThroughCleanup(ReturnBlock);
816 EmitBranchThroughCleanup(ReturnBlock);
840 EmitBranchThroughCleanup(Block);
853 EmitBranchThroughCleanup(Block);
    [all...]
CGObjCRuntime.cpp 284 CGF.EmitBranchThroughCleanup(Cont);
CGCleanup.cpp     [all...]
CGObjCMac.cpp     [all...]
CGException.cpp     [all...]
CGClass.cpp     [all...]
CodeGenFunction.h 911 /// EmitBranchThroughCleanup - Emit a branch from the current insert
914 void EmitBranchThroughCleanup(JumpDest Dest);
    [all...]

Completed in 168 milliseconds