Home
last modified time | relevance | path

Searched refs:thinlto (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/tools/gold/X86/
Dthinlto.ll4 ; RUN: llvm-as %p/Inputs/thinlto.ll -o %t2.o
6 ; RUN: --plugin-opt=thinlto \
10 ; RUN: llvm-as -function-summary %p/Inputs/thinlto.ll -o %t2.o
13 ; RUN: --plugin-opt=thinlto \
15 ; RUN: llvm-bcanalyzer -dump %t3.thinlto.bc | FileCheck %s --check-prefix=COMBINED
19 ; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}/test/tools/gold/X86/Output/thinlto.ll.tmp{{.…
20 ; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}/test/tools/gold/X86/Output/thinlto.ll.tmp{{.…
/external/llvm/test/tools/llvm-lto/
Dthinlto.ll3 ; RUN: llvm-as -function-summary %p/Inputs/thinlto.ll -o %t2.o
4 ; RUN: llvm-lto -thinlto -o %t3 %t.o %t2.o
5 ; RUN: llvm-bcanalyzer -dump %t3.thinlto.bc | FileCheck %s --check-prefix=COMBINED
9 ; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}thinlto.ll.tmp{{.*}}.o'
10 ; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}thinlto.ll.tmp{{.*}}.o'
/external/llvm/test/Linker/
Dfuncimport.ll6 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc
11 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc
15 ; RUN: llvm-link %t.bc -functionindex=%t3.thinlto.bc -S | FileCheck %s --check-prefix=EXPORTSTATIC
27 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=globalfunc1:%t.bc -S | FileCheck %s -…
38 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=globalfunc2:%t.bc -S | FileCheck %s -…
46 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=globalfunc1:%t.bc -import=globalfunc2…
55 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=globalfunc2:%t.bc -import=globalfunc1…
63 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=linkoncefunc:%t.bc -S | FileCheck %s …
69 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=referencestatics:%t.bc -S | FileCheck…
80 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=referenceglobals:%t.bc -S | FileCheck…
[all …]
Dfuncimport_appending_global.ll3 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc
6 ; RUN: llvm-link %t.bc -functionindex=%t3.thinlto.bc -import=foo:%t2.bc -S | FileCheck %s
Dthinlto_funcimport_debug.ll4 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc
7 ; RUN: llvm-link %t2.bc -functionindex=%t3.thinlto.bc -import=func1:%t.bc -S | FileCheck %s
/external/llvm/test/Transforms/FunctionImport/
Dfuncimport.ll4 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc
7 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %s -S | FileCheck %s --check-prefix=CHECK …
10 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %s -import-instr-limit=5 -S | FileCheck %s…
Dfuncimport_debug.ll4 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc
7 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %s -S | FileCheck %s
/external/llvm/tools/gold/
Dgold-plugin.cpp139 static bool thinlto = false; variable
170 thinlto = true; in process_plugin_option()
434 if (options::thinlto) in claim_file_hook()
863 if (options::thinlto) { in allSymbolsReadHook()