Lines Matching refs:LDSection
17 typedef GCFactory<LDSection, MCLD_SECTIONS_PER_INPUT> SectionFactory;
24 LDSection::LDSection() in LDSection() function in mcld::LDSection
39 LDSection::LDSection(const std::string& pName, in LDSection() function in mcld::LDSection
59 LDSection::~LDSection() { in ~LDSection()
62 bool LDSection::hasOffset() const { in hasOffset()
66 LDSection* LDSection::Create(const std::string& pName, in Create()
72 LDSection* result = g_SectFactory->allocate(); in Create()
73 new (result) LDSection(pName, pKind, pType, pFlag, pSize, pAddr); in Create()
77 void LDSection::Destroy(LDSection*& pSection) { in Destroy()
83 void LDSection::Clear() { in Clear()
87 bool LDSection::hasSectionData() const { in hasSectionData()
92 bool LDSection::hasRelocData() const { in hasRelocData()
97 bool LDSection::hasEhFrame() const { in hasEhFrame()
102 bool LDSection::hasDebugString() const { in hasDebugString()