Home
last modified time | relevance | path

Searched refs:savedIP (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp750 CGBuilderTy::InsertPoint savedIP = Builder.saveAndClearIP(); in EmitLandingPad() local
871 Builder.restoreIP(savedIP); in EmitLandingPad()
934 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock() local
988 CGF.Builder.restoreIP(savedIP); in emitCatchDispatchBlock()
1256 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveAndClearIP(); in exit() local
1279 CGF.Builder.restoreIP(savedIP); in exit()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp788 CGBuilderTy::InsertPoint savedIP = Builder.saveAndClearIP(); in EmitLandingPad() local
906 Builder.restoreIP(savedIP); in EmitLandingPad()
1080 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock() local
1134 CGF.Builder.restoreIP(savedIP); in emitCatchDispatchBlock()
1442 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveAndClearIP(); in exit() local
1465 CGF.Builder.restoreIP(savedIP); in exit()