Searched defs:Exn (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WasmEHPrepare.cpp | 268 Instruction *Exn = IRB.CreateCall(CatchF, IRB.getInt32(0), "exn"); in prepareEHPad() local
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1306 llvm::Value *Exn = nullptr; in getTerminateLandingPad() local 1330 llvm::Value *Exn = nullptr; in getTerminateHandler() local 1376 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock() local
|
D | CGObjCRuntime.cpp | 235 llvm::Value *Exn = RawExn; in EmitTryCatchStmt() local
|
D | CGCXXABI.cpp | 321 llvm::Value *Exn) { in emitTerminateForUnexpectedException()
|
D | ItaniumCXXABI.cpp | 3588 llvm::Value *Exn, in CallBeginCatch() 3605 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam() local 3805 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch() local 3870 llvm::Value *Exn) { in emitTerminateForUnexpectedException()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 717 ResumeInst *CreateResume(Value *Exn) { in CreateResume()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 895 ResumeInst *CreateResume(Value *Exn) { in CreateResume()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 705 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst() 711 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd) in ResumeInst()
|
D | Core.cpp | 2744 LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn) { in LLVMBuildResume()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 862 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst() 868 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd) in ResumeInst()
|
D | Core.cpp | 2494 LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn) { in LLVMBuildResume()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1914 CAMLprim LLVMValueRef llvm_build_resume(LLVMValueRef Exn, value B) in llvm_build_resume()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1835 CAMLprim LLVMValueRef llvm_build_resume(LLVMValueRef Exn, value B) in llvm_build_resume()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5349 Value *Exn; LocTy ExnLoc; in ParseResume() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5841 Value *Exn; LocTy ExnLoc; in ParseResume() local
|