HomeSort by relevance Sort by last modified time
    Searched defs:LDSection (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 1 //===- LDSection.cpp ------------------------------------------------------===//
9 #include <mcld/LD/LDSection.h>
13 LDSection::LDSection(const std::string& pName,
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 1 //===- LDSection.h --------------------------------------------------------===//
25 /** \class LDSection
26 * \brief LDSection represents a section header entry. It is a unified
29 class LDSection
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* getLink(
    [all...]

Completed in 202 milliseconds