Home
last modified time | relevance | path

Searched refs:PartialSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lld/COFF/
H A DWriter.h25 class PartialSection {
27 PartialSection(StringRef n, uint32_t chars) in PartialSection() function
51 void addContributingPartialSection(PartialSection *sec);
82 std::vector<PartialSection *> contribSections;
H A DWriter.cpp181 // PartialSection represents a group of chunks that contribute to an
266 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...]
H A DPDB.cpp1480 static void addLinkerModuleCoffGroup(PartialSection *sec, in addLinkerModuleCoffGroup()
1524 for (PartialSection *sec : os.contribSections) { in addImportFilesToPDB()