OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executionengine
(Results
1 - 6
of
6
) sorted by null
/external/llvm/bindings/ocaml/executionengine/
Makefile
1
##===- bindings/ocaml/
executionengine
/Makefile -------------*- Makefile -*-===##
16
UsedComponents :=
executionengine
mcjit native
/external/llvm/bindings/ocaml/
Makefile
11
DIRS = llvm bitreader bitwriter irreader analysis target
executionengine
\
/external/llvm/test/Bindings/OCaml/
executionengine.ml
1
(* RUN: cp %s %T/
executionengine
.ml
2
* RUN: %ocamlc -g -w +A -package llvm.
executionengine
-linkpkg %T/
executionengine
.ml -o %t
4
* RUN: %ocamlopt -g -w +A -package llvm.
executionengine
-linkpkg %T/
executionengine
.ml -o %t
/external/llvm/bindings/go/llvm/
executionengine_test.go
1
//===- executionengine_test.go - Tests for
executionengine
----------------===//
10
// This file tests bindings for the
executionengine
component.
executionengine.go
1
//===-
executionengine
.go - Bindings for
executionengine
------------------===//
10
// This file defines bindings for the
executionengine
component.
18
#include "llvm-c/
ExecutionEngine
.h"
31
type
ExecutionEngine
struct {
89
// llvm.
ExecutionEngine
92
func NewExecutionEngine(m Module) (ee
ExecutionEngine
, err error) {
103
func NewInterpreter(m Module) (ee
ExecutionEngine
, err error) {
120
func NewMCJITCompiler(m Module, options MCJITCompilerOptions) (ee
ExecutionEngine
, err error) {
131
func (ee
ExecutionEngine
) Dispose() { C.LLVMDisposeExecutionEngine(ee.C)
[
all
...]
/external/llvm/tools/llvm-go/
llvm-go.go
55
"
executionengine
",
Completed in 96 milliseconds