Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp1880 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()
1890 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()
DCGException.cpp1457 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getRethrowDest()
/external/llvm/include/llvm/Support/
DIRBuilder.h148 InsertPoint saveIP() const { in saveIP() function