Home
last modified time | relevance | path

Searched refs:saveIP (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp1172 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock()
1642 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
DCGObjC.cpp2418 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()
2428 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()
/external/llvm/include/llvm/IR/
DIRBuilder.h153 InsertPoint saveIP() const { in saveIP() function