Searched refs:createOurException (Results 1 – 1 of 1) sorted by relevance
318 OurUnwindException *createOurException(int type) { in createOurException() function1415 llvm::Function *createOurException = module.getFunction("createOurException"); in createThrowExceptionFunction() local1420 llvm::Value *exception = builder.CreateCall(createOurException, in createThrowExceptionFunction()