LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
c/Analysis.h File Reference
#include "llvm-c/Core.h"
Include dependency graph for c/Analysis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  LLVMVerifierFailureAction { LLVMAbortProcessAction, LLVMPrintMessageAction, LLVMReturnStatusAction }
 

Functions

LLVMBool LLVMVerifyModule (LLVMModuleRef M, LLVMVerifierFailureAction Action, char **OutMessage)
 
LLVMBool LLVMVerifyFunction (LLVMValueRef Fn, LLVMVerifierFailureAction Action)
 
void LLVMViewFunctionCFG (LLVMValueRef Fn)
 
void LLVMViewFunctionCFGOnly (LLVMValueRef Fn)