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.cpp859 PartialSection *pSec = it.second; in fixPartialSectionChars() local
860 StringRef curName = pSec->name; in fixPartialSectionChars()
864 if (pSec->characteristics == chars) in fixPartialSectionChars()
866 PartialSection *destSec = createPartialSection(pSec->name, chars); in fixPartialSectionChars()
867 destSec->chunks.insert(destSec->chunks.end(), pSec->chunks.begin(), in fixPartialSectionChars()
868 pSec->chunks.end()); in fixPartialSectionChars()
869 pSec->chunks.clear(); in fixPartialSectionChars()
894 PartialSection *pSec = it.second; in fixGnuImportChunks() local
895 if (!pSec->name.starts_with(".idata")) in fixGnuImportChunks()
898 if (!pSec->chunks.empty()) in fixGnuImportChunks()
[all …]