Searched defs:Linker (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DLinker.h1 //===- Linker.h -----------------------------------------------------------===//
32 /** \class Linker
33 * \brief Linker is a modular linker.
35 class Linker class in namespace:mcld
38 Linker();
40 ~Linker();
87 } // namespace of MC Linker
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp1 //===- 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.",
39 "Linker::config() is not called",
41 "Linker::setOutput() is not called before add input files",
62 // Linker
64 Linker function in class:Linker
69 Linker::Linker(const LinkerConfig& pConfig) function in class:Linker
[all...]
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp1 //===- Linker.cpp ---------------------------------------------------------===//
9 #include <mcld/Linker.h>
34 Linker::Linker() function in class:Linker
39 Linker::~Linker()
46 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig)
65 bool Linker::link(Module& pModule, IRBuilder& pBuilder)
77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder)
162 bool Linker
[all...]
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h1 //===- Linker.h -----------------------------------------------------------===//
20 class Linker;
36 class Linker { class in namespace:alone
59 mcld::Linker *mLinker;
66 Linker();
68 Linker(const LinkerConfig& pConfig);
70 ~Linker();

Completed in 120 milliseconds