Context
public class Context
A Context represents execution states for the core LLVM IR system.
-
Retrieves the global context instance.
Declaration
Swift
public static let global = Context(llvm: LLVMGetGlobalContext()!) -
Creates a
Contextobject from anLLVMContextRefobject.Declaration
Swift
public init(llvm: LLVMContextRef)
Context Class Reference