Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp682 PartialSection *pSec = it.second; in fixPartialSectionChars() local
683 StringRef curName = pSec->name; in fixPartialSectionChars()
692 pSec->chunks.clear(); in fixPartialSectionChars()
717 PartialSection *pSec = it.second; in fixGnuImportChunks() local
721 if (!pSec->chunks.empty()) in fixGnuImportChunks()
755 pSec->chunks.insert(pSec->chunks.end(), v.begin(), v.end()); in addSyntheticIdata()
877 pSec->chunks.push_back(c); in createSections()
918 for (Chunk *c : pSec->chunks) in createSections()
2063 if (pSec) in createPartialSection()
2064 return pSec; in createPartialSection()
[all …]