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

  /external/llvm/include/llvm/
Linker.h 1 //===- llvm/Linker.h - Module Linker Interface ------------------*- C++ -*-===//
26 class Linker {
33 Linker(Module *M);
34 ~Linker();
44 return linkInModule(Src, Linker::DestroySource, ErrorMsg);
  /frameworks/compile/mclinker/include/mcld/
Linker.h 1 //===- Linker.h -----------------------------------------------------------===//
32 /** \class Linker
33 * \brief Linker is a modular linker.
35 class Linker
38 Linker();
40 ~Linker();
42 /// emulate - To set up target-dependent options and default linker script.
87 } // namespace of MC Linker
  /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 /// emulate - To set up target-dependent options and default linker script.
46 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig)
65 bool Linker::link(Module& pModule, IRBuilder& pBuilder)
77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder
    [all...]
  /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/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.h"
15 #include "llvm-c/Linker.h"
387 /// some overhead due to the use of Value handles which the Linker doesn't
    [all...]
  /external/clang/lib/Driver/
ToolChains.h 274 /// AddLinkARCArgs - Add the linker arguments to link the ARC runtime library.
278 /// AddLinkRuntimeLibArgs - Add the linker arguments to link the compiler
558 std::string Linker;
Tools.cpp 153 // Add extra linker input arguments which are not treated as inputs
177 // Otherwise, this is a linker input argument.
822 // The kext linker doesn't know how to deal with movw/movt.
    [all...]

Completed in 302 milliseconds