Searched refs:PartialSection (Results 1 – 3 of 3) sorted by relevance
25 class PartialSection {27 PartialSection(StringRef n, uint32_t chars) in PartialSection() function51 void addContributingPartialSection(PartialSection *sec);82 std::vector<PartialSection *> contribSections;
181 // PartialSection represents a group of chunks that contribute to an266 PartialSection *createPartialSection(StringRef name, uint32_t outChars);267 PartialSection *findPartialSection(StringRef name, uint32_t outChars);284 std::map<PartialSectionKey, PartialSection *> partialSections;399 void OutputSection::addContributingPartialSection(PartialSection *sec) { in isInRange() 849 PartialSection *pSec = it.second; in fixGnuImportChunks() 856 PartialSection *destSec = createPartialSection(pSec->name, chars); in fixGnuImportChunks() 884 PartialSection *pSec = it.second; in addSyntheticIdata() 921 PartialSection *pSec = createPartialSection(n, rdata); in locateImportTables() 947 if (PartialSection *importAddresse in shouldStripSectionSuffix() [all...]
1480 static void addLinkerModuleCoffGroup(PartialSection *sec, in addLinkerModuleCoffGroup() 1524 for (PartialSection *sec : os.contribSections) { in addImportFilesToPDB()