Searched defs:LDFileFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDFileFormat.cpp1 //===- LDFileFormat.cpp ---------------------------------------------------===//
9 #include <mcld/LD/LDFileFormat.h>
16 LDFileFormat::LDFileFormat() function in class:LDFileFormat
23 LDFileFormat::~LDFileFormat()
27 void LDFileFormat::initStdSections(MCLinker& pLinker)
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h1 //===- LDFileFormat.h -----------------------------------------------------===//
24 /** \class LDFileFormat
25 * \brief LDFileFormat describes the common file formats.
27 class LDFileFormat class in namespace:mcld
48 LDFileFormat();
51 virtual ~LDFileFormat();

Completed in 54 milliseconds