Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp103 sym->checkDuplicate(ctx, newSym); in addAndCheckDuplicate()
H A DSymbols.h236 void checkDuplicate(Ctx &, const Defined &other) const;
H A DSymbols.cpp567 void Symbol::checkDuplicate(Ctx &ctx, const Defined &other) const { in checkDuplicate() function in Symbol
H A DDriver.cpp2825 sym2->checkDuplicate(ctx, cast<Defined>(sym)); in combineVersionedSymbol()