Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp327 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() function
1237 llvm::Function *deleteOurException = module.getFunction("deleteOurException"); in createCatchWrappedInvokeFunction() local