Expand description
Various analyses of the LLVM IR.
Enums§
Functions§
- LLVM
Verify ⚠Function - Verify that a single function is valid, taking the specified action.
- LLVM
Verify ⚠Module - Verify that a module is valid, taking the specified action if not.
- LLVM
View ⚠FunctionCFG - Open a ghostview window displaying the CFG of the given function.
- LLVM
View ⚠FunctionCFG Only