Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:CreateCall

930   builder.CreateCall(printFunct, cast);
1239 builder.CreateCall(deleteOurException,
1432 builder.CreateCall(&nativeThrowFunct, exceptionType);
1470 llvm::Value *exception = builder.CreateCall(createOurException,
1474 builder.CreateCall(raiseOurException, exception);