Searched defs:createOurException (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp366 OurUnwindException *createOurException(int type) { function
1511 llvm::Function *createOurException = module.getFunction("createOurException"); local
1516 llvm::Value *exception = builder.CreateCall(createOurException,
1888 // createOurException
1901 "createOurException",

Completed in 97 milliseconds