19 #ifndef LLVM_C_ANALYSIS_H 20 #define LLVM_C_ANALYSIS_H struct LLVMOpaqueModule * LLVMModuleRef
The top-level container for all other LLVM Intermediate Representation (IR) objects.
LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, char **OutMessage)
void LLVMViewFunctionCFG(LLVMValueRef Fn)
LLVMVerifierFailureAction
LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action)
void LLVMViewFunctionCFGOnly(LLVMValueRef Fn)
struct LLVMOpaqueValue * LLVMValueRef
Represents an individual value in LLVM IR.