Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1051 llvm::CallInst *Exn = CGF.Builder.CreateCall(GetExnFn, CPI); in emitWasmCatchPadBlock() local
1553 llvm::Value *Exn = nullptr; in getTerminateLandingPad() local
1577 llvm::Value *Exn = nullptr; in getTerminateHandler() local
1649 llvm::Value *Exn = getExceptionFromSlot(); in getEHResumeBlock() local
H A DCGCXXABI.cpp331 llvm::Value *Exn) { in emitTerminateForUnexpectedException()
H A DCGObjCRuntime.cpp243 llvm::Value *Exn = RawExn; in EmitTryCatchStmt() local
H A DItaniumCXXABI.cpp4844 llvm::Value *Exn, in CallBeginCatch()
4863 llvm::Value *Exn = CGF.getExceptionFromSlot(); in InitCatchParam() local
5063 llvm::Value *Exn = CGF.getExceptionFromSlot(); in emitBeginCatch() local
5135 llvm::Value *Exn) { in emitTerminateForUnexpectedException()
5172 llvm::Value *Exn) { in emitTerminateForUnexpectedException()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1313 ResumeInst *CreateResume(Value *Exn) { in CreateResume()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1488 CallInst *Exn = in handleLongjmpableCallsForEmscriptenSjLj() local
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1082 ResumeInst *ResumeInst::create(Value *Exn, InsertPosition Pos, Context &Ctx) { in create()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1018 ResumeInst::ResumeInst(Value *Exn, InsertPosition InsertBefore) in ResumeInst()
H A DCore.cpp3495 LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn) { in LLVMBuildResume()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7683 Value *Exn; LocTy ExnLoc; in parseResume() local