Project Alice
|
#include "llvm-c/ExternC.h"
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) |