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

/frameworks/compile/mclinker/lib/LD/
H A DLDContext.cpp1 //===- LDContext.cpp ------------------------------------------------------===//
9 #include <mcld/LD/LDContext.h>
18 LDContext::LDContext() function in class:LDContext
22 LDContext::~LDContext()
26 LDSection* LDContext::getSection(unsigned int pIdx)
33 const LDSection* LDContext::getSection(unsigned int pIdx) const
40 LDSection* LDContext::getSection(const std::string& pName)
50 const LDSection* LDContext
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h1 //===- LDContext.h --------------------------------------------------------===//
31 /** \class LDContext
32 * \brief LDContext stores the data which a object file should has
34 class LDContext class in namespace:mcld
46 LDContext();
48 ~LDContext();

Completed in 91 milliseconds