OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lli
(Results
1 - 11
of
11
) sorted by null
/external/llvm/tools/lli/ChildTarget/
Makefile
1
##===- tools/
lli
/Makefile ------------------------------*- Makefile -*-===##
11
TOOLNAME :=
lli
-child-target
Android.mk
7
#
lli
-child-target command line tool
16
LOCAL_MODULE :=
lli
-child-target
/external/clang/test/Sema/
shift.c
51
long long int
lli
;
local
52
lli
= INT_MIN << 2; // expected-warning {{shifting a negative signed value is undefined}}
53
lli
= 1LL << (sizeof(long long) * CHAR_BIT - 2);
format-strings.c
208
void test10(int x, float f, int i, long long
lli
) {
225
printf("%qd",
lli
); // no-warning
/external/llvm/tools/lli/
Android.mk
7
#
lli
command line tool
11
lli
.cpp \
71
LOCAL_MODULE :=
lli
Makefile
1
##===- tools/
lli
/Makefile ------------------------------*- Makefile -*-===##
11
TOOLNAME :=
lli
/external/llvm/utils/
codegen-diff
92
between the code that B<llc> generated and the code that B<
lli
> generated.
100
B<
lli
>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
102
to print out the assembly dump of the function B<
lli
> just compiled.
103
(Use C<
lli
-debug> to find out where the function starts and ends in memory.)
108
instruction, with the B<llc> version first, and the B<
lli
> version second.
/external/mesa3d/src/gallium/drivers/trace/
tr_dump.c
420
trace_dump_writef("<int>%
lli
</int>", value);
/external/clang/
Android.mk
31
lli
\
32
lli
-child-target \
/external/llvm/tools/
Makefile
31
lli
llvm-extract llvm-mc bugpoint llvm-bcanalyzer llvm-diff \
/external/llvm/
Android.mk
105
tools/
lli
\
106
tools/
lli
/ChildTarget \
Completed in 521 milliseconds