OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mcjit
(Results
1 - 9
of
9
) sorted by null
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Makefile
1
all: toy-
mcjit
3
toy-
mcjit
: toy.cpp
4
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core
mcjit
native` -o toy-
mcjit
/external/llvm/examples/ExceptionDemo/
Makefile
14
LINK_COMPONENTS := jit
mcjit
nativecodegen
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Makefile
1
all: toy-
mcjit
toy-jit
3
toy-
mcjit
: toy.cpp
4
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core
mcjit
native` -o toy-
mcjit
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Makefile
1
all: toy-
mcjit
toy-jit toy-ir-gen
3
toy-
mcjit
: toy.cpp
4
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core
mcjit
native irreader` -o toy-
mcjit
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Makefile
4
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit
mcjit
native irreader` -o toy
/external/llvm/tools/llvm-jitlistener/
Makefile
15
LINK_COMPONENTS :=
mcjit
jit interpreter nativecodegen bitreader asmparser irreader selectiondag Object
/external/llvm/unittests/ExecutionEngine/MCJIT/
Makefile
1
##===- unittests/ExecutionEngine/
MCJIT
/Makefile ------------*- Makefile -*-===##
11
TESTNAME =
MCJIT
12
LINK_COMPONENTS := core ipo jit
mcjit
native support
17
# Permit these tests to use the
MCJIT
's symbolic lookup.
/external/llvm/tools/lli/
Makefile
17
LINK_COMPONENTS :=
mcjit
jit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native
/external/lldb/lib/
Makefile
83
instrumentation ipo irreader selectiondag jit mc
mcjit
\
Completed in 835 milliseconds