Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp361 OurUnwindException *createOurException(int type) { in createOurException() function
1467 llvm::Function *createOurException = module.getFunction("createOurException"); in createThrowExceptionFunction() local