Project Alice
Loading...
Searching...
No Matches
Error.h File Reference
#include "llvm-c/ExternC.h"
Include dependency graph for Error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LLVMErrorSuccess   0
 

Typedefs

typedef struct LLVMOpaqueError * LLVMErrorRef
 
typedef const void * LLVMErrorTypeId
 

Functions

LLVMErrorTypeId LLVMGetErrorTypeId (LLVMErrorRef Err)
 
void LLVMConsumeError (LLVMErrorRef Err)
 
char * LLVMGetErrorMessage (LLVMErrorRef Err)
 
void LLVMDisposeErrorMessage (char *ErrMsg)
 
LLVMErrorTypeId LLVMGetStringErrorTypeId (void)
 
LLVMErrorRef LLVMCreateStringError (const char *ErrMsg)