Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1077 llvm::legacy::FunctionPassManager &fpm, llvm::Function &toInvoke, in createCatchWrappedInvokeFunction()
1342 llvm::legacy::FunctionPassManager &fpm, in createThrowExceptionFunction()
1459 llvm::legacy::FunctionPassManager &fpm, in createUnwindExceptionTest()
1920 llvm::legacy::FunctionPassManager fpm(module); in main() local