Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp820 PartialSection *pSec = it.second; in fixPartialSectionChars() local
821 StringRef curName = pSec->name; in fixPartialSectionChars()
825 if (pSec->characteristics == chars) in fixPartialSectionChars()
827 PartialSection *destSec = createPartialSection(pSec->name, chars); in fixPartialSectionChars()
828 destSec->chunks.insert(destSec->chunks.end(), pSec->chunks.begin(), in fixPartialSectionChars()
829 pSec->chunks.end()); in fixPartialSectionChars()
830 pSec->chunks.clear(); in fixPartialSectionChars()
855 PartialSection *pSec = it.second; in fixGnuImportChunks() local
856 if (!pSec->name.starts_with(".idata")) in fixGnuImportChunks()
859 if (!pSec->chunks.empty()) in fixGnuImportChunks()
[all …]