Searched refs:reportDuplicate (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | SymbolTable.cpp | 686 void SymbolTable::reportDuplicate(Symbol *existing, InputFile *newFile, in reportDuplicate() function in lld::coff::SymbolTable 716 reportDuplicate(s, nullptr); in addAbsolute() 718 reportDuplicate(s, nullptr); in addAbsolute() 729 reportDuplicate(s, nullptr); in addAbsolute() 731 reportDuplicate(s, nullptr); in addAbsolute() 741 reportDuplicate(s, nullptr); in addSynthetic() 753 reportDuplicate(s, f, c, sectionOffset); in addRegular() 768 reportDuplicate(s, f); in addComdat() 791 reportDuplicate(s, f); in addImportData() 804 reportDuplicate(s, id->file); in addImportThunk()
|
H A D | InputFiles.cpp | 86 ctx.symtab.reportDuplicate(source, f); in checkAndSetWeakAlias() 557 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection() 563 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection() 573 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection() 580 ctx.symtab.reportDuplicate(leader, this); in handleComdatSelection() 591 ctx.symtab.reportDuplicate(leader, this, &newChunk, sym.getValue()); in handleComdatSelection()
|
H A D | SymbolTable.h | 112 void reportDuplicate(Symbol *existing, InputFile *newFile,
|
/freebsd/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 | 576 void reportDuplicate(const Symbol &sym, const InputFile *newFile,
|
H A D | Driver.cpp | 2922 reportDuplicate(*d.sym, d.file, d.section, d.value); in link() 3004 reportDuplicate(*d.sym, d.file, d.section, d.value); in link()
|
H A D | InputFiles.cpp | 1818 reportDuplicate(sym, this, nullptr, 0); in postParse()
|