HomeSort by relevance Sort by last modified time
    Searched defs:Linker (Results 1 - 12 of 12) sorted by null

  /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/test/Bindings/OCaml/
linker.ml 1 (* RUN: cp %s %T/linker.ml
2 * RUN: %ocamlc -g -w +A -package llvm.linker -linkpkg %T/linker.ml -o %t
4 * RUN: %ocamlopt -g -w +A -package llvm.linker -linkpkg %T/linker.ml -o %t
28 (*===-- Linker -----------------------------------------------------------===*)
61 suite "linker" test_linker
  /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.
  /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...]
  /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...]
Tools.cpp 213 // Add extra linker input arguments which are not treated as inputs
228 // Otherwise, this is a linker input argument.
237 // Pass -z prefix for gcc linker compatibility.
    [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/tools/dsymutil/
DwarfLinker.cpp 1 //===- tools/dsymutil/DwarfLinker.cpp - Dwarf debug info linker -----------===//
3 // The LLVM Linker
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 855 milliseconds