OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thinlink
(Results
1 - 17
of
17
) sorted by null
/external/llvm/test/ThinLTO/X86/
weak_resolution_single.ll
2
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t2.bc %t.bc
select_right_alias_definition.ll
9
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t.index1.bc %t_main.bc %t1.bc %t2.bc
13
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t.index2.bc %t_main.bc %t2.bc %t1.bc
drop-debug-info.ll
2
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t.index.bc %t.bc %p/Inputs/drop-debug-info.bc
emit_imports.ll
3
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t.index.bc %t1.bc %t2.bc
internalize.ll
2
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t.index.bc %t1.bc
llvm.used.ll
4
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t3.bc %t.bc %t2.bc
prefix_replace.ll
9
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t.index.bc %T/oldpath/prefix_replace.o
referenced_by_constant.ll
4
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t3.bc %t.bc %t2.bc
section.ll
4
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t3.bc %t.bc %t2.bc
distributed_indexes.ll
3
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t.index.bc %t1.bc %t2.bc
weak_resolution.ll
4
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t3.bc %t.bc %t2.bc
funcimport.ll
4
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t3.bc %t.bc %t2.bc
alias_resolution.ll
3
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t.index.bc %t1.bc %t2.bc
alias_import.ll
3
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t.index.bc %t1.bc %t2.bc
/external/llvm/test/Bitcode/
thinlto-function-summary-originalnames.ll
3
; RUN: llvm-lto -thinlto-action=
thinlink
-o %t.index.bc %t.o
module_hash.ll
18
; RUN: llvm-lto --thinlto-action=
thinlink
-o - %t.m1.bc %t.m2.bc | llvm-bcanalyzer -dump | grep '<HASH ' >> %t.hash
/external/llvm/tools/llvm-lto/
llvm-lto.cpp
69
THINLINK
,
84
THINLINK
, "
thinlink
",
85
"
ThinLink
: produces the index by linking only the summaries."),
105
cl::desc("Provide the index produced by a
ThinLink
, required "
408
case
THINLINK
:
409
return
thinLink
();
431
void
thinLink
() {
432
// Perform "
ThinLink
": just produce the index
Completed in 245 milliseconds