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

  /frameworks/compile/mclinker/include/mcld/MC/
MCLinker.h 1 //===- MCLinker.h -------------------------------------------------------===//
3 // The MCLinker Project
49 /** \class MCLinker
50 * \brief MCLinker provides a pass to link object files.
52 class MCLinker
68 MCLinker(TargetLDBackend& pBackend,
72 ~MCLinker();
153 /// addRelocation - add a relocation entry in MCLinker (only for object file)
155 /// @param pResolveInfo - the symbol should be the symbol in the input file. MCLinker
279 #include "MCLinker.tcc
    [all...]
  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 1 //===- MCLinker.cpp -------------------------------------------------------===//
3 // The MCLinker Project
10 // This file implements the MCLinker class
13 #include <mcld/MC/MCLinker.h>
37 MCLinker::MCLinker(TargetLDBackend& pBackend,
51 MCLinker::~MCLinker()
62 LDSymbol* MCLinker::addSymbolFromObject(const llvm::StringRef& pName,
169 LDSymbol* MCLinker::addSymbolFromDynObj(const llvm::StringRef& pName
    [all...]

Completed in 310 milliseconds