[−][src]Module llvm_sys::analysis
Various analyses of the LLVM IR.
Enums
| LLVMVerifierFailureAction |
Functions
| LLVMVerifyFunction⚠ | Verify that a single function is valid, taking the specified action. |
| LLVMVerifyModule⚠ | Verify that a module is valid, taking the specified action if not. |
| LLVMViewFunctionCFG⚠ | Open a ghostview window displaying the CFG of the given function. |
| LLVMViewFunctionCFGOnly⚠ |