Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:CreateCall

929   builder.CreateCall(printFunct, cast);
1241 builder.CreateCall(deleteOurException,
1436 builder.CreateCall(&nativeThrowFunct, exceptionType);
1474 llvm::Value *exception = builder.CreateCall(createOurException,
1478 builder.CreateCall(raiseOurException, exception);