Lines Matching refs:LDSection
25 class LDSection;
43 /// CreateSection - To create an output LDSection in mcld::Module.
47 /// This function creates a new LDSection and push the created LDSection into
50 /// To create an input LDSection in mcld::LDContext, use @ref LDSection::Create().
54 /// @param [in] pName The given name. Returned LDSection used the changed name
56 LDSection* CreateSection(const std::string& pInputName,
70 LDSection* MergeSection(LDSection& pInputSection);
76 static void UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom);
85 /// @note This function does not update the alignment constraint of LDSection.