Searched refs:reportDuplicate (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | SymbolTable.cpp | 651 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 D | InputFiles.cpp | 85 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 D | SymbolTable.h | 111 void reportDuplicate(Symbol *existing, InputFile *newFile,
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Symbols.cpp | 559 void elf::reportDuplicate(const Symbol &sym, const InputFile *newFile, in reportDuplicate() function in elf 603 reportDuplicate(*this, other.file, in checkDuplicate()
|
| H A D | Symbols.h | 553 void reportDuplicate(const Symbol &sym, const InputFile *newFile,
|
| H A D | Driver.cpp | 2562 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 D | InputFiles.cpp | 1681 reportDuplicate(sym, this, nullptr, 0); in postParse()
|