Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:nativeThrowFunct

1330 /// calling nativeThrowFunct.
1337 /// nativeThrowFunct being called to generate/throw exception.
1338 /// @param nativeThrowFunct function which will throw a foreign exception
1345 llvm::Function &nativeThrowFunct) {
1383 builder.CreateCall(&nativeThrowFunct, exceptionType);
1470 llvm::Function *nativeThrowFunct = module.getFunction(nativeThrowFunctName);
1479 *nativeThrowFunct);