Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DInputFiles.cpp573 SectionChunk newChunk(this, getSection(sym)); in handleComdatSelection() local
577 if (leaderChunk->getContents() != newChunk.getContents()) in handleComdatSelection()
578 symtab->reportDuplicate(leader, this, &newChunk, sym.getValue()); in handleComdatSelection()