Home
last modified time | relevance | path

Searched refs:createOurException (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp318 OurUnwindException *createOurException(int type) { in createOurException() function
1415 llvm::Function *createOurException = module.getFunction("createOurException"); in createThrowExceptionFunction() local
1420 llvm::Value *exception = builder.CreateCall(createOurException, in createThrowExceptionFunction()