Lines Matching defs:TOCSection
170 if (Section *TOCSection = G.findSectionByName(TOC.getSectionName())) {
174 G.mergeSections(*TOCSection, *gotSection);
176 G.mergeSections(*TOCSection, *tocSection);
178 G.mergeSections(*TOCSection, *sdataSection);
180 G.mergeSections(*TOCSection, *sbssSection);
184 G.mergeSections(*TOCSection, *tocbssSection);
186 G.mergeSections(*TOCSection, *pltSection);
439 if (Section *TOCSection = G.findSectionByName(
441 assert(!TOCSection->empty() && "TOC section should have reserved an "
444 SectionRange SR(*TOCSection);