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

  /external/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"
23 Linker::Linker(StringRef progname, StringRef modname,
32 Linker::Linker(StringRef progname, Module* aModule, unsigned flags) :
40 Linker::~Linker()
    [all...]
  /frameworks/compile/mclinker/include/mcld/
Linker.h 1 //===- Linker.h -----------------------------------------------------------===//
31 /** \class Linker
32 * \brief Linker is a modular linker.
34 class Linker
37 Linker();
39 ~Linker();
83 } // namespace of MC Linker
  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 17 #include "bcc/Linker.h"
26 #include <mcld/Linker.h>
33 const char* Linker::GetErrorString(enum Linker::ErrorCode pErrCode) {
38 "Configure Linker twice.",
40 "Cannot get linker information",
46 "Linker::config() is not called",
48 "Linker::setOutput() is not called before add input files",
69 // Linker
71 Linker::Linker(
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 1 //===- Linker.cpp ---------------------------------------------------------===//
10 #include "alone/Linker.h"
19 #include <mcld/Linker.h>
26 const char* Linker::GetErrorString(enum Linker::ErrorCode pErrCode) {
31 "Configure Linker twice.",
33 "Cannot get linker information",
39 "Linker::config() is not called",
41 "Linker::setOutput() is not called before add input files",
62 // Linker
    [all...]
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 1 //===- Linker.cpp ---------------------------------------------------------===//
9 #include <mcld/Linker.h>
34 Linker::Linker()
39 Linker::~Linker()
44 bool Linker::config(LinkerConfig& pConfig)
66 bool Linker::link(Module& pModule, IRBuilder& pBuilder)
74 bool Linker::resolve(Module& pModule, IRBuilder& pBuilder)
168 bool Linker::layout(
    [all...]
  /external/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.
31 /// In this case the Linker still retains ownership of the Module. If the
33 /// to the caller and the Linker object is only suitable for destruction.
34 /// The Linker can link Modules from memory. It retains a set of search paths
35 /// in which to find any libraries presented to it. By default, the linker
40 /// @brief The LLVM Linker.
41 class Linker {
47 /// linker
    [all...]
  /frameworks/compile/libbcc/include/bcc/
Linker.h 27 class Linker;
43 class Linker {
66 mcld::Linker *mLinker;
73 Linker();
75 Linker(const LinkerConfig& pConfig);
77 ~Linker();
  /frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h 1 //===- Linker.h -----------------------------------------------------------===//
20 class Linker;
36 class Linker {
59 mcld::Linker *mLinker;
66 Linker();
68 Linker(const LinkerConfig& pConfig);
70 ~Linker();
  /external/clang/lib/Driver/
ToolChains.h 244 /// AddLinkARCArgs - Add the linker arguments to link the ARC runtime library.
248 /// AddLinkRuntimeLibArgs - Add the linker arguments to link the compiler
485 std::string Linker;
Tools.cpp 150 // Add extra linker input arguments which are not treated as inputs
174 // Otherwise, this is a linker input argument.
805 // The kext linker doesn't know how to deal with movw/movt.
    [all...]

Completed in 187 milliseconds