Conversion from Error to LLVMErrorRef for C error bindings.

Synopses

Declared in <llvm/Support/Error.h>

LLVMAttributeRef
wrap(Attribute Attr);

Conversion from Error to LLVMErrorRef for C error bindings.

LLVMErrorRef
wrap(Error Err);
LLVMCodeModel
wrap(CodeModel::Model Model);
LLVMBasicBlockRef
wrap(BasicBlock const* P);
LLVMComdatRef
wrap(Comdat const* P);
LLVMDIBuilderRef
wrap(DIBuilder const* P);
LLVMTargetDataRef
wrap(DataLayout const* P);
LLVMDbgRecordRef
wrap(DbgRecord const* P);
LLVMDiagnosticInfoRef
wrap(DiagnosticInfo const* P);
LLVMExecutionEngineRef
wrap(ExecutionEngine const* P);
LLVMJITEventListenerRef
wrap(JITEventListener const* P);
LLVMContextRef
wrap(LLVMContext const* P);
LLVMMemoryBufferRef
wrap(MemoryBuffer const* P);
LLVMMetadataRef
wrap(Metadata const* P);
LLVMModuleRef
wrap(Module const* P);
LLVMNamedMDNodeRef
wrap(NamedMDNode const* P);
LLVMPassManagerRef
wrap(legacy::PassManagerBase const* P);
LLVMMCJITMemoryManagerRef
wrap(RTDyldMemoryManager const* P);
LLVMTypeRef
wrap(Type const* P);
LLVMUseRef
wrap(Use const* P);
LLVMValueRef
wrap(Value const* P);
LLVMBuilderRef
wrap(IRBuilder<> const* P);
LLVMTypeRef*
wrap(Type** Tys);
LLVMContextRef*
wrap(LLVMContext const** Tys);
LLVMValueRef*
wrap(Value const** Vals);

Created with MrDocs