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>
17 LDFileFormat::LDFileFormat()
24 LDFileFormat::~LDFileFormat()
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 1 //===- LDFileFormat.h -----------------------------------------------------===//
23 /** \class LDFileFormat
24 * \brief LDFileFormat describes the common file formats.
26 class LDFileFormat
51 LDFileFormat();
54 virtual ~LDFileFormat();

Completed in 246 milliseconds