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()
830 pSec->chunks.clear(); in fixPartialSectionChars()
855 PartialSection *pSec = it.second; in fixGnuImportChunks() local
859 if (!pSec->chunks.empty()) in fixGnuImportChunks()
893 pSec->chunks.insert(pSec->chunks.end(), v.begin(), v.end()); in addSyntheticIdata()
1017 pSec->chunks.push_back(c); in createSections()
1058 for (Chunk *c : pSec->chunks) in createSections()
2368 if (pSec) in createPartialSection()
2369 return pSec; in createPartialSection()
[all …]