LLVMCodegen

package
v0.0.0-...-7d08e18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2019 License: MIT Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Codegen

type Codegen struct {
	// public options
	OutputName string
	OutputType codegen.OutputType
	LinkerArgs []string
	Linker     string // defaults to cc
	OptLevel   int
	// contains filtered or unexported fields
}

func (*Codegen) Generate

func (v *Codegen) Generate(input []*ast.Module)

type WrappedModule

type WrappedModule struct {
	*ast.Module
	LlvmModule llvm.Module
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL