Home
last modified time | relevance | path

Searched defs:Exn (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp1304 llvm::Value *Exn = nullptr; in getTerminateLandingPad() local
1328 llvm::Value *Exn = nullptr; in getTerminateHandler() local
1372 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock() local
DCGObjCRuntime.cpp236 llvm::Value *Exn = RawExn; in EmitTryCatchStmt() local
DCGCXXABI.cpp321 llvm::Value *Exn) { in emitTerminateForUnexpectedException()
DItaniumCXXABI.cpp3550 llvm::Value *Exn, in CallBeginCatch()
3567 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam() local
3767 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch() local
3832 llvm::Value *Exn) { in emitTerminateForUnexpectedException()
/external/llvm/include/llvm/IR/
DIRBuilder.h702 ResumeInst *CreateResume(Value *Exn) { in CreateResume()
/external/llvm/lib/IR/
DInstructions.cpp744 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst()
750 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd) in ResumeInst()
DCore.cpp2277 LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn) { in LLVMBuildResume()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1779 CAMLprim LLVMValueRef llvm_build_resume(LLVMValueRef Exn, value B) in llvm_build_resume()
/external/llvm/lib/AsmParser/
DLLParser.cpp5130 Value *Exn; LocTy ExnLoc; in ParseResume() local