Searched refs:checkDuplicate (Results 1 – 4 of 4) sorted by relevance
103 sym->checkDuplicate(ctx, newSym); in addAndCheckDuplicate()
236 void checkDuplicate(Ctx &, const Defined &other) const;
567 void Symbol::checkDuplicate(Ctx &ctx, const Defined &other) const { in checkDuplicate() function in Symbol
2825 sym2->checkDuplicate(ctx, cast<Defined>(sym)); in combineVersionedSymbol()