Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.cpp651 void SymbolTable::reportDuplicate(Symbol *existing, InputFile *newFile, in reportDuplicate() function in lld::coff::SymbolTable
683 reportDuplicate(s, nullptr); in addAbsolute()
685 reportDuplicate(s, nullptr); in addAbsolute()
698 reportDuplicate(s, nullptr); in addAbsolute()
700 reportDuplicate(s, nullptr); in addAbsolute()
712 reportDuplicate(s, nullptr); in addSynthetic()
726 reportDuplicate(s, f, c, sectionOffset); in addRegular()
743 reportDuplicate(s, f); in addComdat()
770 reportDuplicate(s, f); in addImportData()
785 reportDuplicate(s, id->file); in addImportThunk()
H A DInputFiles.cpp85 symtab->reportDuplicate(source, f); in checkAndSetWeakAlias()
517 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection()
523 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection()
533 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection()
540 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection()
551 ctx.symtab.reportDuplicate(leader, this, &newChunk, sym.getValue()); in handleComdatSelection()
H A DSymbolTable.h111 void reportDuplicate(Symbol *existing, InputFile *newFile,
/llvm-project-15.0.7/lld/ELF/
H A DSymbols.cpp559 void elf::reportDuplicate(const Symbol &sym, const InputFile *newFile, in reportDuplicate() function in elf
603 reportDuplicate(*this, other.file, in checkDuplicate()
H A DSymbols.h553 void reportDuplicate(const Symbol &sym, const InputFile *newFile,
H A DDriver.cpp2562 reportDuplicate(*d.sym, d.file, d.section, d.value); in link()
2637 reportDuplicate(*d.sym, d.file, d.section, d.value); in link()
H A DInputFiles.cpp1681 reportDuplicate(sym, this, nullptr, 0); in postParse()