Searched refs:reportDuplicate (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/COFF/ |
D | SymbolTable.cpp | 587 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()
|
D | InputFiles.cpp | 91 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()
|
D | SymbolTable.h | 105 void reportDuplicate(Symbol *existing, InputFile *newFile,
|
/external/llvm-project/lld/ELF/ |
D | Symbols.cpp | 617 static void reportDuplicate(Symbol *sym, InputFile *newFile, in reportDuplicate() function 687 reportDuplicate(this, other.file, in resolveDefined()
|