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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp235 llvm::Value *Exn = RawExn; local
H A DCGException.cpp951 llvm::Value *Exn = CGF.getExceptionFromSlot(); local
933 CallBeginCatch(CodeGenFunction &CGF, llvm::Value *Exn, bool EndMightThrow) argument
1147 llvm::Value *Exn = CGF.getExceptionFromSlot(); local
1672 llvm::Value *Exn = getExceptionFromSlot(); local
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h582 ResumeInst *CreateResume(Value *Exn) { argument
H A DInstructions.h3098 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = 0) { argument
3101 static ResumeInst *Create(Value *Exn, BasicBlock *InsertAtEnd) { argument
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInstructions.cpp671 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) argument
677 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd) argument
H A DCore.cpp1990 LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn) { argument

Completed in 236 milliseconds