Searched refs:reportDuplicate (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.cpp | 833 void SymbolTable::reportDuplicate(Symbol *existing, InputFile *newFile, in reportDuplicate() function in lld::coff::SymbolTable 858 reportDuplicate(s, nullptr); in addAbsolute() 860 reportDuplicate(s, nullptr); in addAbsolute() 871 reportDuplicate(s, nullptr); in addAbsolute() 873 reportDuplicate(s, nullptr); in addAbsolute() 883 reportDuplicate(s, nullptr); in addSynthetic() 895 reportDuplicate(s, f, c, sectionOffset); in addRegular() 910 reportDuplicate(s, f); in addComdat() 934 reportDuplicate(s, f); in addImportData() 947 reportDuplicate(s, id->file); in addImportThunk()
|
| H A D | InputFiles.cpp | 94 symtab.reportDuplicate(source, f); in checkAndSetWeakAlias() 752 symtab.reportDuplicate(leader, this); in handleComdatSelection() 758 symtab.reportDuplicate(leader, this); in handleComdatSelection() 768 symtab.reportDuplicate(leader, this); in handleComdatSelection() 775 symtab.reportDuplicate(leader, this); in handleComdatSelection() 786 symtab.reportDuplicate(leader, this, &newChunk, sym.getValue()); in handleComdatSelection()
|
| H A D | SymbolTable.h | 144 void reportDuplicate(Symbol *existing, InputFile *newFile,
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.cpp | 526 void elf::reportDuplicate(Ctx &ctx, const Symbol &sym, const InputFile *newFile, in reportDuplicate() function in elf 569 reportDuplicate(ctx, *this, other.file, in checkDuplicate()
|
| H A D | Symbols.h | 532 void reportDuplicate(Ctx &, const Symbol &sym, const InputFile *newFile,
|
| H A D | Driver.cpp | 3227 reportDuplicate(ctx, *d.sym, d.file, d.section, d.value); in link() 3311 reportDuplicate(ctx, *d.sym, d.file, d.section, d.value); in link()
|
| H A D | InputFiles.cpp | 1930 reportDuplicate(ctx, sym, this, nullptr, 0); in postParse()
|