Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Exn

1827 LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn) {
1828 return wrap(unwrap(B)->CreateResume(unwrap(Exn)));