HomeSort by relevance Sort by last modified time
    Searched refs:lto (Results 1 - 25 of 69) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
lto-5r.d 1 #ld: -r tmpdir/lto-5a.o tmpdir/lto-5b.o
lto.exp 1 # Expect script for ld-plugin LTO tests
21 # These tests require plugin and LTO.
59 set lto_fat "-ffat-lto-objects"
62 # Simple LTO tests and generate input files for complex LTO tests.
64 [list "LTO 1" \
66 {lto-1a.c lto-1b.c} {} "lto-1.exe"] \
69 {lto-2.c} {} ""]
    [all...]
lto-3r.d 1 #ld: -r tmpdir/lto-3b.o
  /external/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /external/swiftshader/third_party/LLVM/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
23 /// This provides a dummy type for pointers to the LTO object.
47 extern void llvm_destroy_optimizer(llvm_lto_t lto);
50 (llvm_lto_t lto, const char* input_filename);
52 (llvm_lto_t lto, const char* output_filename);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 1 //===-- llvm/LinkTimeOptimizer.h - LTO Public C Interface -------*- C++ -*-===//
12 // their implementation for performing LTO.
30 /// This provides a dummy type for pointers to the LTO object.
54 extern void llvm_destroy_optimizer(llvm_lto_t lto);
57 (llvm_lto_t lto, const char* input_filename);
59 (llvm_lto_t lto, const char* output_filename);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 18 #include "llvm/LTO/LTO.h"
22 namespace lto { namespace in namespace:llvm
41 } // namespace lto
LTOBackend.h 10 // This file implements the "backend" phase of LTO, i.e. it performs
12 // internally by the LTO class but can also be used independently, for example
23 #include "llvm/LTO/LTO.h"
35 namespace lto { namespace in namespace:llvm
37 /// Runs a regular LTO backend. The regular LTO backend can also act as the
38 /// regular LTO phase of ThinLTO, which may need to access the combined index.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 18 #include "llvm/LTO/LTO.h"
22 namespace lto { namespace in namespace:llvm
41 } // namespace lto
LTOBackend.h 10 // This file implements the "backend" phase of LTO, i.e. it performs
12 // internally by the LTO class but can also be used independently, for example
23 #include "llvm/LTO/LTO.h"
35 namespace lto { namespace in namespace:llvm
37 /// Runs a regular LTO backend. The regular LTO backend can also act as the
38 /// regular LTO phase of ThinLTO, which may need to access the combined index.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 18 #include "llvm/LTO/LTO.h"
22 namespace lto { namespace in namespace:llvm
41 } // namespace lto
LTOBackend.h 10 // This file implements the "backend" phase of LTO, i.e. it performs
12 // internally by the LTO class but can also be used independently, for example
23 #include "llvm/LTO/LTO.h"
35 namespace lto { namespace in namespace:llvm
37 /// Runs a regular LTO backend. The regular LTO backend can also act as the
38 /// regular LTO phase of ThinLTO, which may need to access the combined index.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 18 #include "llvm/LTO/LTO.h"
22 namespace lto { namespace in namespace:llvm
41 } // namespace lto
LTOBackend.h 10 // This file implements the "backend" phase of LTO, i.e. it performs
12 // internally by the LTO class but can also be used independently, for example
23 #include "llvm/LTO/LTO.h"
35 namespace lto { namespace in namespace:llvm
37 /// Runs a regular LTO backend. The regular LTO backend can also act as the
38 /// regular LTO phase of ThinLTO, which may need to access the combined index.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 18 #include "llvm/LTO/LTO.h"
22 namespace lto { namespace in namespace:llvm
41 } // namespace lto
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 18 #include "llvm/LTO/LTO.h"
22 namespace lto { namespace in namespace:llvm
41 } // namespace lto
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 18 #include "llvm/LTO/LTO.h"
22 namespace lto { namespace in namespace:llvm
41 } // namespace lto
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 18 #include "llvm/LTO/LTO.h"
22 namespace lto { namespace in namespace:llvm
41 } // namespace lto

Completed in 740 milliseconds

1 2 3