Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1106 ResumeInst *CreateResume(Value *Exn) { in CreateResume()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp903 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst()
909 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd) in ResumeInst()
DCore.cpp3162 LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn) { in LLVMBuildResume()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp6141 Value *Exn; LocTy ExnLoc; in ParseResume() local