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

12 3

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/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.
Config.h 10 // This file defines the lto::Config data structure, which allows clients to
11 // configure LTO.
32 namespace lto { namespace in namespace:llvm
34 /// LTO configuration. A linker can configure LTO by setting fields in this data
35 /// structure and passing it to the lto::LTO constructor.
38 // computeCacheKey in LTO.cpp.
82 /// If this field is set, LTO will write input file paths and symbol
84 /// used for testing and for running the LTO pipeline outside of the linke
    [all...]
LTO.h 1 //===-LTO.h - LLVM Link Time Optimizer ------------------------------------===//
10 // This file declares functions and classes used to support LTO. It is intended
11 // to be used both by LTO classes as well as by clients (gold-plugin) that
12 // don't utilize the LTO code generator interfaces.
25 #include "llvm/LTO/Config.h"
64 namespace lto { namespace in namespace:llvm
78 class LTO;
83 /// information that an LTO client should need in order to do symbol resolution.
89 // FIXME: Remove LTO class friendship once we have bitcode symbol tables.
90 friend LTO;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/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.
Config.h 10 // This file defines the lto::Config data structure, which allows clients to
11 // configure LTO.
32 namespace lto { namespace in namespace:llvm
34 /// LTO configuration. A linker can configure LTO by setting fields in this data
35 /// structure and passing it to the lto::LTO constructor.
38 // computeCacheKey in LTO.cpp.
82 /// If this field is set, LTO will write input file paths and symbol
84 /// used for testing and for running the LTO pipeline outside of the linke
    [all...]
LTO.h 1 //===-LTO.h - LLVM Link Time Optimizer ------------------------------------===//
10 // This file declares functions and classes used to support LTO. It is intended
11 // to be used both by LTO classes as well as by clients (gold-plugin) that
12 // don't utilize the LTO code generator interfaces.
25 #include "llvm/LTO/Config.h"
64 namespace lto { namespace in namespace:llvm
78 class LTO;
83 /// information that an LTO client should need in order to do symbol resolution.
89 // FIXME: Remove LTO class friendship once we have bitcode symbol tables.
90 friend LTO;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/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.
Config.h 10 // This file defines the lto::Config data structure, which allows clients to
11 // configure LTO.
32 namespace lto { namespace in namespace:llvm
34 /// LTO configuration. A linker can configure LTO by setting fields in this data
35 /// structure and passing it to the lto::LTO constructor.
38 // computeCacheKey in LTO.cpp.
82 /// If this field is set, LTO will write input file paths and symbol
84 /// used for testing and for running the LTO pipeline outside of the linke
    [all...]
LTO.h 1 //===-LTO.h - LLVM Link Time Optimizer ------------------------------------===//
10 // This file declares functions and classes used to support LTO. It is intended
11 // to be used both by LTO classes as well as by clients (gold-plugin) that
12 // don't utilize the LTO code generator interfaces.
25 #include "llvm/LTO/Config.h"
64 namespace lto { namespace in namespace:llvm
78 class LTO;
83 /// information that an LTO client should need in order to do symbol resolution.
89 // FIXME: Remove LTO class friendship once we have bitcode symbol tables.
90 friend LTO;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/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.
Config.h 10 // This file defines the lto::Config data structure, which allows clients to
11 // configure LTO.
32 namespace lto { namespace in namespace:llvm
34 /// LTO configuration. A linker can configure LTO by setting fields in this data
35 /// structure and passing it to the lto::LTO constructor.
38 // computeCacheKey in LTO.cpp.
82 /// If this field is set, LTO will write input file paths and symbol
84 /// used for testing and for running the LTO pipeline outside of the linke
    [all...]
  /external/swiftshader/third_party/LLVM/tools/
Makefile 46 # gold only builds if binutils is around. It requires "lto" to build before
49 DIRS += lto gold
51 PARALLEL_DIRS += lto
  /external/swiftshader/third_party/LLVM/tools/lto/
Makefile 1 ##===- tools/lto/Makefile ----------------------------------*- Makefile -*-===##
11 LIBRARYNAME = LTO
13 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/lto.exports
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
Config.h 10 // This file defines the lto::Config data structure, which allows clients to
11 // configure LTO.
32 namespace lto { namespace in namespace:llvm
34 /// LTO configuration. A linker can configure LTO by setting fields in this data
35 /// structure and passing it to the lto::LTO constructor.
38 // computeCacheKey in LTO.cpp.
82 /// If this field is set, LTO will write input file paths and symbol
84 /// used for testing and for running the LTO pipeline outside of the linke
    [all...]
LTO.h 1 //===-LTO.h - LLVM Link Time Optimizer ------------------------------------===//
10 // This file declares functions and classes used to support LTO. It is intended
11 // to be used both by LTO classes as well as by clients (gold-plugin) that
12 // don't utilize the LTO code generator interfaces.
25 #include "llvm/LTO/Config.h"
64 namespace lto { namespace in namespace:llvm
78 class LTO;
83 /// information that an LTO client should need in order to do symbol resolution.
89 // FIXME: Remove LTO class friendship once we have bitcode symbol tables.
90 friend LTO;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
Config.h 10 // This file defines the lto::Config data structure, which allows clients to
11 // configure LTO.
32 namespace lto { namespace in namespace:llvm
34 /// LTO configuration. A linker can configure LTO by setting fields in this data
35 /// structure and passing it to the lto::LTO constructor.
38 // computeCacheKey in LTO.cpp.
82 /// If this field is set, LTO will write input file paths and symbol
84 /// used for testing and for running the LTO pipeline outside of the linke
    [all...]
LTO.h 1 //===-LTO.h - LLVM Link Time Optimizer ------------------------------------===//
10 // This file declares functions and classes used to support LTO. It is intended
11 // to be used both by LTO classes as well as by clients (gold-plugin) that
12 // don't utilize the LTO code generator interfaces.
25 #include "llvm/LTO/Config.h"
64 namespace lto { namespace in namespace:llvm
78 class LTO;
83 /// information that an LTO client should need in order to do symbol resolution.
89 // FIXME: Remove LTO class friendship once we have bitcode symbol tables.
90 friend LTO;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
Config.h 10 // This file defines the lto::Config data structure, which allows clients to
11 // configure LTO.
32 namespace lto { namespace in namespace:llvm
34 /// LTO configuration. A linker can configure LTO by setting fields in this data
35 /// structure and passing it to the lto::LTO constructor.
38 // computeCacheKey in LTO.cpp.
82 /// If this field is set, LTO will write input file paths and symbol
84 /// used for testing and for running the LTO pipeline outside of the linke
    [all...]
LTO.h 1 //===-LTO.h - LLVM Link Time Optimizer ------------------------------------===//
10 // This file declares functions and classes used to support LTO. It is intended
11 // to be used both by LTO classes as well as by clients (gold-plugin) that
12 // don't utilize the LTO code generator interfaces.
25 #include "llvm/LTO/Config.h"
64 namespace lto { namespace in namespace:llvm
78 class LTO;
83 /// information that an LTO client should need in order to do symbol resolution.
89 // FIXME: Remove LTO class friendship once we have bitcode symbol tables.
90 friend LTO;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Config.h 10 // This file defines the lto::Config data structure, which allows clients to
11 // configure LTO.
32 namespace lto { namespace in namespace:llvm
34 /// LTO configuration. A linker can configure LTO by setting fields in this data
35 /// structure and passing it to the lto::LTO constructor.
38 // computeCacheKey in LTO.cpp.
82 /// If this field is set, LTO will write input file paths and symbol
84 /// used for testing and for running the LTO pipeline outside of the linke
    [all...]
LTO.h 1 //===-LTO.h - LLVM Link Time Optimizer ------------------------------------===//
10 // This file declares functions and classes used to support LTO. It is intended
11 // to be used both by LTO classes as well as by clients (gold-plugin) that
12 // don't utilize the LTO code generator interfaces.
25 #include "llvm/LTO/Config.h"
64 namespace lto { namespace in namespace:llvm
78 class LTO;
83 /// information that an LTO client should need in order to do symbol resolution.
89 // FIXME: Remove LTO class friendship once we have bitcode symbol tables.
90 friend LTO;
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 116 int lto; member in struct:nfc_jni_native_data
  /external/clang/
Android.mk 44 llvm-lto \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 227 /* Language hooks related to LTO serialization. */
231 /* Begin a new LTO section named NAME. */
234 /* Write DATA of length LEN to the currently open LTO section. BLOCK is a
240 /* End the previously begun LTO section. */
408 struct lang_hooks_for_lto lto; member in struct:lang_hooks
  /external/swiftshader/third_party/LLVM/
Makefile 72 tools/lto runtime
87 tools/clang tools/lto

Completed in 906 milliseconds

12 3