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

1 2 3 4

  /frameworks/compile/mclinker/unittests/
LinkerTest.h 16 class Linker;
  /external/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
13 #include "llvm/Linker/IRMover.h"
24 class Linker {
38 Linker(Module &M);
  /external/swiftshader/third_party/LLVM/lib/Linker/
Linker.cpp 1 //===- lib/Linker/Linker.cpp - Basic Linker functionality ----------------===//
10 // This file contains basic Linker functionality that all usages will need.
14 #include "llvm/Linker.h"
24 Linker::Linker(StringRef progname, StringRef modname,
33 Linker::Linker(StringRef progname, Module* aModule, unsigned flags) :
41 Linker::~Linker()
    [all...]
  /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.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
14 #include "llvm/Linker/IRMover.h"
25 class Linker {
35 Linker(Module &M);
42 /// Passing InternalizeCallback will have the linker call the function with
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
14 #include "llvm/Linker/IRMover.h"
25 class Linker {
35 Linker(Module &M);
42 /// Passing InternalizeCallback will have the linker call the function with
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
14 #include "llvm/Linker/IRMover.h"
25 class Linker {
35 Linker(Module &M);
42 /// Passing InternalizeCallback will have the linker call the function with
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
14 #include "llvm/Linker/IRMover.h"
25 class Linker {
35 Linker(Module &M);
42 /// Passing InternalizeCallback will have the linker call the function with
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
14 #include "llvm/Linker/IRMover.h"
25 class Linker {
35 Linker(Module &M);
42 /// Passing InternalizeCallback will have the linker call the function with
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
14 #include "llvm/Linker/IRMover.h"
25 class Linker {
35 Linker(Module &M);
42 /// Passing InternalizeCallback will have the linker call the function with
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
14 #include "llvm/Linker/IRMover.h"
25 class Linker {
35 Linker(Module &M);
42 /// Passing InternalizeCallback will have the linker call the function with
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
14 #include "llvm/Linker/IRMover.h"
25 class Linker {
35 Linker(Module &M);
42 /// Passing InternalizeCallback will have the linker call the function with
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
map-address.d 2 Linker script and memory 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...]
  /external/swiftshader/third_party/LLVM/lib/
Makefile 14 Target ExecutionEngine Linker MC Object DebugInfo
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 1 //===- llvm/Linker.h - Module Linker Interface ------------------*- C++ -*-===//
10 // This file defines the interface to the module/file/archive linker.
30 /// In this case the Linker still retains ownership of the Module. If the
32 /// to the caller and the Linker object is only suitable for destruction.
33 /// The Linker can link Modules from memory, bitcode files, or bitcode
35 /// presented to it. By default, the linker will generate error and warning
39 /// @brief The LLVM Linker.
40 class Linker {
54 /// linker
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
compat.hpp 39 #include <llvm/Linker/Linker.h>
87 opts.LinkBitcodeFiles.emplace_back(::llvm::Linker::Flags::None, path);
121 inline std::unique_ptr<::llvm::Linker>
124 return std::unique_ptr<::llvm::Linker>(new ::llvm::Linker(mod));
126 return std::unique_ptr<::llvm::Linker>(new ::llvm::Linker(&mod));
131 link_in_module(::llvm::Linker &linker,
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug472.go 7 // Linker would incorrectly parse export data and think
  /prebuilts/go/linux-x86/test/fixedbugs/
bug472.go 7 // Linker would incorrectly parse export data and think
  /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 194 class LLVM_LIBRARY_VISIBILITY Linker : public Common {
196 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {}
225 class LLVM_LIBRARY_VISIBILITY Linker : public GnuTool {
227 Linker(const ToolChain &TC) : GnuTool("hexagon::Linker", "hexagon-ld", TC) {}
243 class LLVM_LIBRARY_VISIBILITY Linker : public GnuTool {
245 Linker(const ToolChain &TC) : GnuTool("amdgpu::Linker", "ld.lld", TC) {
    [all...]

Completed in 1241 milliseconds

1 2 3 4