OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executionengine
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Makefile
1
##===- bindings/ocaml/
executionengine
/Makefile --------------*- Makefile -*-===##
16
UsedComponents :=
executionengine
jit interpreter native
/external/swiftshader/third_party/LLVM/bindings/ocaml/
Makefile
11
DIRS = llvm bitreader bitwriter analysis target
executionengine
transforms
/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/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
executionengine.ml
1
(* RUN: rm -rf %t && mkdir -p %t && cp %s %t/
executionengine
.ml
2
* RUN: %ocamlc -g -w +A -package llvm.
executionengine
-linkpkg %t/
executionengine
.ml -o %t/executable
4
* RUN: %ocamlopt -g -w +A -package llvm.
executionengine
-linkpkg %t/
executionengine
.ml -o %t/executable
/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/swiftshader/third_party/llvm-7.0/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
",
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-go/
llvm-go.go
54
"
executionengine
",
Completed in 288 milliseconds