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

1 2

  /frameworks/compile/mclinker/unittests/
LinkerTest.h 16 class Linker;
LinkerTest.cpp 15 #include "mcld/Linker.h"
53 Linker linker; local
54 linker.emulate(script, config);
60 if (linker.link(module, builder))
61 linker.emit(module, "./test.so");
76 Linker linker; local
87 /// To configure linker before setting options. Linker::config sets u
134 Linker linker; local
232 Linker linker; local
337 Linker linker; local
    [all...]
  /external/llvm/unittests/Linker/
Makefile 1 ##===- unittests/Linker/Makefile ---------------------------*- Makefile -*-===##
11 TESTNAME = Linker
12 LINK_COMPONENTS := core linker asmparser
LinkModulesTest.cpp 1 //===- llvm/unittest/Linker/LinkModulesTest.cpp - IRBuilder tests ---------===//
17 #include "llvm/Linker/Linker.h"
20 #include "llvm-c/Linker.h"
102 Linker::linkModules(*LinkedModule, std::move(M));
176 Linker::linkModules(*EmptyM, std::move(InternalM));
183 Linker::linkModules(*InternalM, std::move(EmptyM));
199 Linker::linkModules(*M1, std::move(M2));
308 Linker::linkModules(*Dst, std::move(Src));
  /frameworks/compile/mclinker/include/mcld/
Linker.h 1 //===- Linker.h -----------------------------------------------------------===//
26 /** \class Linker
27 * \brief Linker is a modular linker.
29 class Linker {
31 Linker();
33 ~Linker();
35 /// emulate - To set up target-dependent options and default linker script.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
map-address.d 2 Linker script and memory map
rgn-over3.d 16 Linker\s+script\s+and\s+memory\s+map
rgn-over6.d 16 Linker\s+script\s+and\s+memory\s+map
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 1 //===- Linker.cpp ---------------------------------------------------------===//
9 #include "mcld/Linker.h"
34 Linker::Linker()
42 Linker::~Linker() {
46 /// emulate - To set up target-dependent options and default linker script.
48 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig) {
66 bool Linker::link(Module& pModule, IRBuilder& pBuilder) {
77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder)
    [all...]
Android.mk 10 Linker.cpp \
  /external/llvm/lib/
Makefile 14 ExecutionEngine Linker LTO MC Object Option DebugInfo \
  /external/llvm/tools/gold/
Makefile 23 LINK_COMPONENTS := $(TARGETS_TO_BUILD) Linker BitWriter IPO
  /external/llvm/unittests/
Makefile 13 ExecutionEngine IR LineEditor Linker MC Option ProfileData \
  /external/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
14 #include "llvm/Linker/IRMover.h"
25 class Linker {
36 Linker(Module &M);
45 /// The \p ValIDToTempMDMap is populated by the linker when function
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 10 (** Linker.
12 This interface provides an OCaml API for LLVM bitcode linker,
13 the classes in the Linker library. *)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
unwind-1.s 11 @ Section with no unwinding information. Linker should insert a cantunwind entry.
unwind-2.s 15 @ last text section has unwind information. Linker should append a
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
unwind-2.s 19 # last text section has unwind information. Linker should append a
unwind-1.s 16 # Linker should insert a cantunwind entry.
  /external/clang/lib/Driver/
Tools.h 186 class LLVM_LIBRARY_VISIBILITY Linker : public Common {
188 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {}
217 class LLVM_LIBRARY_VISIBILITY Linker : public GnuTool {
219 Linker(const ToolChain &TC) : GnuTool("hexagon::Linker", "hexagon-ld", TC) {}
235 class LLVM_LIBRARY_VISIBILITY Linker : public GnuTool {
237 Linker(const ToolChain &TC) : GnuTool("amdgpu::Linker", "lld", TC) {
    [all...]
  /external/llvm/tools/llvm-link/
llvm-link.cpp 1 //===- llvm-link.cpp - Low-level LLVM linker ------------------------------===//
15 #include "llvm/Linker/Linker.h"
155 Linker &L) {
188 // order they are seen and selected by the linker, changing program
221 if (L.linkInModule(std::move(M), Linker::Flags::None, Index.get(),
249 static bool linkFiles(const char *argv0, LLVMContext &Context, Linker &L,
253 unsigned ApplicableFlags = Flags & Linker::Flags::OverrideFromSrc;
285 // All linker flags apply to linking of subsequent files.
310 cl::ParseCommandLineOptions(argc, argv, "llvm linker\n")
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 1 //===- lib/Linker/LinkModules.cpp - Module Linker Implementation ----------===//
10 // This file implements the LLVM module linker.
14 #include "llvm/Linker/Linker.h"
16 #include "llvm-c/Linker.h"
62 bool shouldOverrideFromSrc() { return Flags & Linker::OverrideFromSrc; }
63 bool shouldLinkOnlyNeeded() { return Flags & Linker::LinkOnlyNeeded; }
65 return Flags & Linker::InternalizeLinkedSymbols;
74 /// Should we have mover and linker error diag info
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger/1.2.2/
dagger-1.2.2.jar 
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 16 // linker to through the IPO and Post-IPO phases. By using obj-file extension,
51 class Linker;
114 /// \note It is up to the linker to remove the intermediate output file. Do
123 /// caller (linker), it brings the output to a buffer, and returns the buffer
174 std::unique_ptr<Linker> TheLinker;
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 26 #include <llvm/Linker/Linker.h>
160 if (llvm::Linker::linkModules(*mModule, std::unique_ptr<llvm::Module>(&pSource.getModule())) != 0) {

Completed in 4123 milliseconds

1 2