Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DSymbolTable.cpp587 void SymbolTable::reportDuplicate(Symbol *existing, InputFile *newFile, in reportDuplicate() function in lld::coff::SymbolTable
619 reportDuplicate(s, nullptr); in addAbsolute()
621 reportDuplicate(s, nullptr); in addAbsolute()
634 reportDuplicate(s, nullptr); in addAbsolute()
636 reportDuplicate(s, nullptr); in addAbsolute()
648 reportDuplicate(s, nullptr); in addSynthetic()
662 reportDuplicate(s, f, c, sectionOffset); in addRegular()
679 reportDuplicate(s, f); in addComdat()
706 reportDuplicate(s, f); in addImportData()
721 reportDuplicate(s, id->file); in addImportThunk()
DInputFiles.cpp91 symtab->reportDuplicate(source, f); in checkAndSetWeakAlias()
546 symtab->reportDuplicate(leader, this); in handleComdatSelection()
552 symtab->reportDuplicate(leader, this); in handleComdatSelection()
562 symtab->reportDuplicate(leader, this); in handleComdatSelection()
567 symtab->reportDuplicate(leader, this); in handleComdatSelection()
578 symtab->reportDuplicate(leader, this, &newChunk, sym.getValue()); in handleComdatSelection()
DSymbolTable.h105 void reportDuplicate(Symbol *existing, InputFile *newFile,
/external/llvm-project/lld/ELF/
DSymbols.cpp617 static void reportDuplicate(Symbol *sym, InputFile *newFile, in reportDuplicate() function
687 reportDuplicate(this, other.file, in resolveDefined()