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 401 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
407 EmitBranchThroughCleanup(getJumpDestForLabel(Target));
540 EmitBranchThroughCleanup(LoopExit);
663 EmitBranchThroughCleanup(LoopExit);
744 EmitBranchThroughCleanup(LoopExit);
789 EmitBranchThroughCleanup(ReturnBlock);
860 EmitBranchThroughCleanup(ReturnBlock);
884 EmitBranchThroughCleanup(Block);
897 EmitBranchThroughCleanup(Block);
    [all...]
CGObjCRuntime.cpp 284 CGF.EmitBranchThroughCleanup(Cont);
CGCleanup.cpp     [all...]
CGObjCMac.cpp     [all...]
CGException.cpp     [all...]
CGClass.cpp     [all...]
CodeGenFunction.h 578 /// EmitBranchThroughCleanup - Emit a branch from the current insert
581 void EmitBranchThroughCleanup(JumpDest Dest);
    [all...]

Completed in 38 milliseconds