Home
last modified time | relevance | path

Searched refs:CreateCatchRet (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DSparsePropagation.cpp534 Builder.CreateCatchRet(CatchPad, Exit); in TEST_F()
/external/clang/lib/CodeGen/
DCGException.cpp1861 Builder.CreateCatchRet(CPI, ExceptBB); in ExitSEHTryStmt()
DMicrosoftCXXABI.cpp885 CGF.Builder.CreateCatchRet(CPI, BB); in Emit()
/external/llvm/include/llvm/IR/
DIRBuilder.h744 CatchReturnInst *CreateCatchRet(CatchPadInst *CatchPad, BasicBlock *BB) { in CreateCatchRet() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h922 CatchReturnInst *CreateCatchRet(CatchPadInst *CatchPad, BasicBlock *BB) { in CreateCatchRet() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2761 return wrap(unwrap(B)->CreateCatchRet(unwrap<CatchPadInst>(CatchPad), in LLVMBuildCatchRet()