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

  /frameworks/compile/mclinker/lib/LD/
LDFileFormat.cpp 1 //===- LDFileFormat.cpp ---------------------------------------------------===//
9 #include <mcld/LD/LDFileFormat.h>
16 LDFileFormat::LDFileFormat()
23 LDFileFormat::~LDFileFormat()
27 void LDFileFormat::initStdSections(MCLinker& pLinker)
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 1 //===- LDFileFormat.h -----------------------------------------------------===//
24 /** \class LDFileFormat
25 * \brief LDFileFormat describes the common file formats.
27 class LDFileFormat
46 LDFileFormat();
49 virtual ~LDFileFormat();

Completed in 1420 milliseconds