Searched refs:reportDuplicate (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.cpp | 664 void SymbolTable::reportDuplicate(Symbol *existing, InputFile *newFile, in reportDuplicate() function in lld::coff::SymbolTable 694 reportDuplicate(s, nullptr); in addAbsolute() 696 reportDuplicate(s, nullptr); in addAbsolute() 707 reportDuplicate(s, nullptr); in addAbsolute() 709 reportDuplicate(s, nullptr); in addAbsolute() 719 reportDuplicate(s, nullptr); in addSynthetic() 731 reportDuplicate(s, f, c, sectionOffset); in addRegular() 746 reportDuplicate(s, f); in addComdat() 769 reportDuplicate(s, f); in addImportData() 782 reportDuplicate(s, id->file); in addImportThunk()
|
| H A D | InputFiles.cpp | 86 ctx.symtab.reportDuplicate(source, f); in checkAndSetWeakAlias() 518 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection() 524 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection() 534 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection() 541 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection() 552 ctx.symtab.reportDuplicate(leader, this, &newChunk, sym.getValue()); in handleComdatSelection()
|
| H A D | SymbolTable.h | 110 void reportDuplicate(Symbol *existing, InputFile *newFile,
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.cpp | 528 void elf::reportDuplicate(const Symbol &sym, const InputFile *newFile, in reportDuplicate() function in elf 572 reportDuplicate(*this, other.file, in checkDuplicate()
|
| H A D | Symbols.h | 558 void reportDuplicate(const Symbol &sym, const InputFile *newFile,
|
| H A D | Driver.cpp | 2801 reportDuplicate(*d.sym, d.file, d.section, d.value); in link() 2882 reportDuplicate(*d.sym, d.file, d.section, d.value); in link()
|
| H A D | InputFiles.cpp | 1760 reportDuplicate(sym, this, nullptr, 0); in postParse()
|