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

  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 1 //===- MCLinker.cpp -----------------------------------------------------===//
3 // The MCLinker Project
10 // This file implements the MCLinker class
14 #include <mcld/MC/MCLinker.h>
31 MCLinker::MCLinker(TargetLDBackend& pBackend,
50 MCLinker::~MCLinker()
56 LDSymbol* MCLinker::addSymbolFromObject(const llvm::StringRef& pName,
162 LDSymbol* MCLinker::addSymbolFromDynObj(const llvm::StringRef& pName
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
MCLinker.h 1 //===- MCLinker.h -------------------------------------------------------===//
3 // The MCLinker Project
46 /** \class MCLinker
47 * \brief MCLinker provides a pass to link object files.
49 class MCLinker
65 MCLinker(TargetLDBackend& pBackend,
70 ~MCLinker();
115 /// Since in current design, MCLinker resolves symbols when reading symbol
148 /// addRelocation - add a relocation entry in MCLinker (only for object file)
150 /// @param pResolveInfo - the symbol should be the symbol in the input file. MCLinker
    [all...]

Completed in 859 milliseconds