Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDInputFiles.cpp545 SectionChunk newChunk(this, getSection(sym)); in handleComdatSelection() local
549 if (leaderChunk->getContents() != newChunk.getContents()) in handleComdatSelection()
550 symtab->reportDuplicate(leader, this, &newChunk, sym.getValue()); in handleComdatSelection()