LLVM 19.0.0git
Enumerations | Functions
Analysis.h File Reference
#include "llvm-c/ExternC.h"
#include "llvm-c/Types.h"

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)