HomeSort by relevance Sort by last modified time
    Searched full:thinlto (Results 101 - 125 of 251) sorted by null

1 2 3 45 6 7 8 91011

  /external/llvm/test/tools/gold/X86/
thinlto_internalize.ll 5 ; RUN: --plugin-opt=thinlto \
thinlto_alias.ll 13 ; RUN: --plugin-opt=thinlto \
  /external/llvm/test/ThinLTO/X86/
alias_import.ll 3 ; RUN: llvm-lto -thinlto-action=thinlink -o %t.index.bc %t1.bc %t2.bc
4 ; RUN: llvm-lto -thinlto-action=promote -thinlto-index %t.index.bc %t2.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=PROMOTE
5 ; RUN: llvm-lto -thinlto-action=promote -thinlto-index %t.index.bc %t2.bc -o - | llvm-lto -thinlto-action=internalize -thinlto-index %t.index.bc -thinlto-module-id=%t2.bc - -o - | llvm-dis -o - | FileCheck %s --check-prefix=PROMOTE-INTERNALIZE
6 ; RUN: llvm-lto -thinlto-action=import -thinlto-index %t.index.bc %t1.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=IMPOR
    [all...]
alias_resolution.ll 3 ; RUN: llvm-lto -thinlto-action=thinlink -o %t.index.bc %t1.bc %t2.bc
4 ; RUN: llvm-lto -thinlto-action=promote -thinlto-index %t.index.bc %t2.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=PROMOTE_MOD2 --check-prefix=NOTPROMOTED
5 ; RUN: llvm-lto -thinlto-action=promote -thinlto-index %t.index.bc %t1.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=PROMOTE_MOD1 --check-prefix=NOTPROMOTED
  /external/llvm/include/llvm-c/
lto.h 555 * @defgroup LLVMCTLTO ThinLTO
562 * Type to wrap a single object returned by ThinLTO.
572 * Instantiates a ThinLTO code generator.
578 * ask to perform the ThinLTO optimizations / codegen, and finally destroys the
594 * Add a module to a ThinLTO code generator. Identifier has to be unique among
610 * ThinLTO. Resulting objects are accessible using thinlto_module_get_object().
617 * Returns the number of object files produced by the ThinLTO CodeGenerator.
628 * Returns a reference to the ith object file produced by the ThinLTO
650 * @defgroup LLVMCTLTO_CACHING ThinLTO Cache Control
653 * These entry points control the ThinLTO cache. The cache is intended t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 45 /// in the index and the ThinLTO backends must apply the changes to the Module
58 /// as external and non-exported values as internal. The ThinLTO backends
187 /// A ThinBackend defines what happens after the thin-link phase during ThinLTO.
205 /// appends ".thinlto.bc" and writes the index to that path. If
215 /// ThinLTO. You can use it from a linker in the following way:
289 } ThinLTO;
297 // or to the combined index (for ThinLTO).
302 /// Keep track if the symbol is visible outside of ThinLTO (i.e. in
309 /// regular LTO object is partition 0, while each ThinLTO object has its own
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 45 /// in the index and the ThinLTO backends must apply the changes to the Module
58 /// as external and non-exported values as internal. The ThinLTO backends
187 /// A ThinBackend defines what happens after the thin-link phase during ThinLTO.
205 /// appends ".thinlto.bc" and writes the index to that path. If
215 /// ThinLTO. You can use it from a linker in the following way:
289 } ThinLTO;
297 // or to the combined index (for ThinLTO).
302 /// Keep track if the symbol is visible outside of ThinLTO (i.e. in
309 /// regular LTO object is partition 0, while each ThinLTO object has its own
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 45 /// in the index and the ThinLTO backends must apply the changes to the Module
58 /// as external and non-exported values as internal. The ThinLTO backends
187 /// A ThinBackend defines what happens after the thin-link phase during ThinLTO.
205 /// appends ".thinlto.bc" and writes the index to that path. If
215 /// ThinLTO. You can use it from a linker in the following way:
289 } ThinLTO;
297 // or to the combined index (for ThinLTO).
302 /// Keep track if the symbol is visible outside of ThinLTO (i.e. in
309 /// regular LTO object is partition 0, while each ThinLTO object has its own
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 45 /// in the index and the ThinLTO backends must apply the changes to the Module
58 /// as external and non-exported values as internal. The ThinLTO backends
187 /// A ThinBackend defines what happens after the thin-link phase during ThinLTO.
205 /// appends ".thinlto.bc" and writes the index to that path. If
215 /// ThinLTO. You can use it from a linker in the following way:
289 } ThinLTO;
297 // or to the combined index (for ThinLTO).
302 /// Keep track if the symbol is visible outside of ThinLTO (i.e. in
309 /// regular LTO object is partition 0, while each ThinLTO object has its own
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 45 /// in the index and the ThinLTO backends must apply the changes to the Module
58 /// as external and non-exported values as internal. The ThinLTO backends
187 /// A ThinBackend defines what happens after the thin-link phase during ThinLTO.
205 /// appends ".thinlto.bc" and writes the index to that path. If
215 /// ThinLTO. You can use it from a linker in the following way:
289 } ThinLTO;
297 // or to the combined index (for ThinLTO).
302 /// Keep track if the symbol is visible outside of ThinLTO (i.e. in
309 /// regular LTO object is partition 0, while each ThinLTO object has its own
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 45 /// in the index and the ThinLTO backends must apply the changes to the Module
58 /// as external and non-exported values as internal. The ThinLTO backends
187 /// A ThinBackend defines what happens after the thin-link phase during ThinLTO.
205 /// appends ".thinlto.bc" and writes the index to that path. If
215 /// ThinLTO. You can use it from a linker in the following way:
289 } ThinLTO;
297 // or to the combined index (for ThinLTO).
302 /// Keep track if the symbol is visible outside of ThinLTO (i.e. in
309 /// regular LTO object is partition 0, while each ThinLTO object has its own
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 45 /// in the index and the ThinLTO backends must apply the changes to the Module
58 /// as external and non-exported values as internal. The ThinLTO backends
187 /// A ThinBackend defines what happens after the thin-link phase during ThinLTO.
205 /// appends ".thinlto.bc" and writes the index to that path. If
215 /// ThinLTO. You can use it from a linker in the following way:
289 } ThinLTO;
297 // or to the combined index (for ThinLTO).
302 /// Keep track if the symbol is visible outside of ThinLTO (i.e. in
309 /// regular LTO object is partition 0, while each ThinLTO object has its own
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 45 /// in the index and the ThinLTO backends must apply the changes to the Module
58 /// as external and non-exported values as internal. The ThinLTO backends
187 /// A ThinBackend defines what happens after the thin-link phase during ThinLTO.
205 /// appends ".thinlto.bc" and writes the index to that path. If
215 /// ThinLTO. You can use it from a linker in the following way:
289 } ThinLTO;
297 // or to the combined index (for ThinLTO).
302 /// Keep track if the symbol is visible outside of ThinLTO (i.e. in
309 /// regular LTO object is partition 0, while each ThinLTO object has its own
  /external/llvm/include/llvm/LTO/
LTO.h 54 /// in the index and the ThinLTO backends must apply the changes to the Module
67 /// as external and non-exported values as internal. The ThinLTO backends
  /external/llvm/lib/Transforms/Utils/
NameAnonFunctions.cpp 1 //===- NameAnonFunctions.cpp - ThinLTO Summary-based Function Import ------===//
11 // refered to by ThinLTO.
  /external/llvm/test/Transforms/FunctionImport/
funcimport_debug.ll 4 ; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc
7 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -S | FileCheck %s
funcimport.ll 4 ; RUN: llvm-lto -thinlto -print-summary-global-ids -o %t3 %t.bc %t2.bc 2>&1 | FileCheck %s --check-prefix=GUID
7 ; RUN: opt -disable-force-link-odr -function-import -stats -print-imports -enable-import-metadata -summary-file %t3.thinlto.bc %t.bc -S 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=INSTLIMDEF
12 ; RUN: opt -disable-force-link-odr -function-import -enable-import-metadata -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=5 -S | FileCheck %s --check-prefix=CHECK --check-prefix=INSTLIM5
16 ; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=5 -S | FileCheck %s --check-prefix=INSTLIM5ODR
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
NameAnonGlobals.h 11 // referred to by ThinLTO.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
NameAnonGlobals.h 11 // referred to by ThinLTO.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
NameAnonGlobals.h 11 // referred to by ThinLTO.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
NameAnonGlobals.h 11 // referred to by ThinLTO.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
NameAnonGlobals.h 11 // referred to by ThinLTO.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
NameAnonGlobals.h 11 // referred to by ThinLTO.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
NameAnonGlobals.h 11 // referred to by ThinLTO.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
NameAnonGlobals.h 11 // referred to by ThinLTO.

Completed in 2521 milliseconds

1 2 3 45 6 7 8 91011