Lines Matching refs:to
42 // try to get one from output LDSection
44 std::string output_name = (pair.isNull())?pName:pair.to;
51 /// MergeSection - merge the pInput section to the pOutput section
56 std::string output_name = (pair.isNull())?pInputSection.name():pair.to;
102 /// MoveSectionData - move the fragments of pTO section data to pTo
105 assert(&pFrom != &pTo && "Cannot move section data to itself!");
114 pFrom.getSection().align() - 1 // max bytes to emit
122 // move fragments from pFrom to pTO
146 /// AppendFragment - To append pFrag to the given SectionData pSD.
162 pAlignConstraint - 1 // max bytes to emit