Lines Matching refs:LDSection
22 class LDSection;
36 /// CreateSection - To create an output LDSection in mcld::Module.
41 /// This function creates a new LDSection and push the created LDSection into
44 /// To create an input LDSection in mcld::LDContext, use @ref
45 /// LDSection::Create().
49 /// @param [in] pName The given name. Returned LDSection used the changed name
51 LDSection* CreateSection(const std::string& pInputName,
65 LDSection* MergeSection(const Input& pInputFile, LDSection& pInputSection);
71 static void UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom);
74 static void UpdateSectionAlign(LDSection& pSection,
84 /// @note This function does not update the alignment constraint of LDSection.