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()
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 1 //===- LDFileFormat.h -----------------------------------------------------===//
20 /** \class LDFileFormat
21 * \brief LDFileFormat describes the common file formats.
23 class LDFileFormat
50 LDFileFormat();
53 virtual ~LDFileFormat();

Completed in 35 milliseconds