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

/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp1 //===- LDSection.cpp ------------------------------------------------------===//
9 #include <mcld/LD/LDSection.h>
13 LDSection::LDSection(const std::string& pName, function in class:LDSection
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h1 //===- LDSection.h --------------------------------------------------------===//
25 /** \class LDSection
26 * \brief LDSection represents a section header entry. It is a unified
29 class LDSection class in namespace:mcld
32 LDSection(const std::string& pName,
66 /// Before layouting, output's LDSection::size() should return zero.
71 /// Before layouting, output's LDSection::offset() should return zero.
77 /// Before layouting, output's LDSection::offset() should return zero.
89 /// Before layouting, output's LDSection::align() should return zero.
101 LDSection* getLin
[all...]

Completed in 624 milliseconds