Module llvm_sys::analysis
[−]
[src]
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 |