Module c_api

Source
Expand description

Provides functions for using the C API

Modules§

llvm_core
The LLVM intermediate representation.

Functions§

context
Returns the global LLVMContextRef
from_c
Converts a *const i8 into a String, if possible
into_c
Converts a String into a CString
ty
Create a wrapper for a type
value
Create a wrapper for a value

Type Aliases§

LLVMBasicBlockRef
LLVMBuilderRef
LLVMContextRef
LLVMModuleRef
LLVMTypeRef
LLVMValueRef