Searched defs:Exn (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp241 llvm::Value *Exn = RawExn; local
H A DCGCXXABI.cpp305 emitTerminateForUnexpectedException(CodeGenFunction &CGF, llvm::Value *Exn) argument
H A DCGException.cpp992 llvm::CallInst *Exn = CGF.Builder.CreateCall(GetExnFn, CPI); local
1488 llvm::Value *Exn = nullptr; local
1512 llvm::Value *Exn = nullptr; local
1551 llvm::Value *Exn = nullptr; local
1594 llvm::Value *Exn = getExceptionFromSlot(); local
[all...]
H A DItaniumCXXABI.cpp4245 llvm::Value *Exn = CGF.getExceptionFromSlot(); local
4227 CallBeginCatch(CodeGenFunction &CGF, llvm::Value *Exn, bool EndMightThrow) argument
4448 llvm::Value *Exn = CGF.getExceptionFromSlot(); local
4511 emitTerminateForUnexpectedException(CodeGenFunction &CGF, llvm::Value *Exn) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1065 ResumeInst *CreateResume(Value *Exn) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp956 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) argument
962 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd) argument

Completed in 259 milliseconds