Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp833 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 DInputFiles.cpp94 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 DSymbolTable.h144 void reportDuplicate(Symbol *existing, InputFile *newFile,
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp526 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 DSymbols.h532 void reportDuplicate(Ctx &, const Symbol &sym, const InputFile *newFile,
H A DDriver.cpp3227 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 DInputFiles.cpp1930 reportDuplicate(ctx, sym, this, nullptr, 0); in postParse()