Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1344 createThrowExceptionFunction(llvm::Module & module,llvm::IRBuilder<> & builder,llvm::legacy::FunctionPassManager & fpm,std::string ourId,int32_t nativeThrowType,llvm::Function & nativeThrowFunct) createThrowExceptionFunction() argument
1469 llvm::Function *nativeThrowFunct = module.getFunction(nativeThrowFunctName); createUnwindExceptionTest() local