Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp586 SectionChunk newChunk(this, getSection(sym)); in handleComdatSelection() local
590 if (leaderChunk->getContents() != newChunk.getContents()) in handleComdatSelection()
591 ctx.symtab.reportDuplicate(leader, this, &newChunk, sym.getValue()); in handleComdatSelection()