Lines Matching refs:LDSection
19 #include "mcld/LD/LDSection.h"
34 LDSection* ObjectBuilder::CreateSection(const std::string& pName,
39 // try to get one from output LDSection
45 LDSection* output_sect = m_Module.getSection(output_name);
47 output_sect = LDSection::Create(pName, pKind, pType, pFlag);
55 LDSection* ObjectBuilder::MergeSection(const Input& pInputFile,
56 LDSection& pInputSection) {
67 LDSection* target = m_Module.getSection(output_name);
70 target = LDSection::Create(output_name,
166 void ObjectBuilder::UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom) {
172 void ObjectBuilder::UpdateSectionAlign(LDSection& pSection,