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

  /frameworks/compile/mclinker/include/mcld/CodeGen/
MCLinker.h 1 //===- MCLinker.h ---------------------------------------------------------===//
3 // The MCLinker Project
10 // MCLinker is a base class inherited by target specific linker.
36 /** \class MCLinker
37 * \brief MCLinker provides a linking pass for standard compilation flow
39 * MCLinker is responded for
46 class MCLinker : public llvm::MachineFunctionPass
49 // Constructor. Although MCLinker has only two arguments,
55 MCLinker(LinkerConfig& pConfig,
60 virtual ~MCLinker();
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 1 //===- 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
189 // MCLinker
191 MCLinker::MCLinker(LinkerConfig& pConfig,
202 MCLinker::~MCLinker(
    [all...]

Completed in 706 milliseconds