Searched defs:fpm (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 1077 createCatchWrappedInvokeFunction(llvm::Module & module,llvm::IRBuilder<> & builder,llvm::legacy::FunctionPassManager & fpm,llvm::Function & toInvoke,std::string ourId,unsigned numExceptionsToCatch,unsigned exceptionTypesToCatch[]) createCatchWrappedInvokeFunction() argument 1342 createThrowExceptionFunction(llvm::Module & module,llvm::IRBuilder<> & builder,llvm::legacy::FunctionPassManager & fpm,std::string ourId,int32_t nativeThrowType,llvm::Function & nativeThrowFunct) createThrowExceptionFunction() argument 1459 createUnwindExceptionTest(llvm::Module & module,llvm::IRBuilder<> & builder,llvm::legacy::FunctionPassManager & fpm,std::string nativeThrowFunctName) createUnwindExceptionTest() argument 1920 llvm::legacy::FunctionPassManager fpm(module); main() local [all...] |