Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp326 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() function
1236 llvm::Function *deleteOurException = module.getFunction("deleteOurException"); in createCatchWrappedInvokeFunction() local