Searched defs:MCLinker (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DMCLinker.h1 //===- MCLinker.h ---------------------------------------------------------===//
3 // The MCLinker Project
10 // MCLinker is a base class inherited by target specific linker.
33 /** \class MCLinker
34 * \brief MCLinker provides a linking pass for standard compilation flow
36 * MCLinker is responded for
43 class MCLinker : public llvm::MachineFunctionPass class in namespace:mcld
46 // Constructor. Although MCLinker has only two arguments,
52 MCLinker(LinkerConfig& pConfig,
57 virtual ~MCLinker();
[all...]
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp1 //===- MCLinker.cpp -------------------------------------------------------===//
3 // The MCLinker Project
10 // This file implements the MCLinker class.
13 #include <mcld/CodeGen/MCLinker.h>
41 char MCLinker::m_ID = 0;
61 // 5. Bitcode. Bitcode is a kind of object files. MCLinker compiles it to
198 // MCLinker
200 MCLinker::MCLinker(LinkerConfig& pConfig, function in class:MCLinker
211 MCLinker
[all...]

Completed in 65 milliseconds