Searched refs:UndefinedDiag (Results 1 – 5 of 5) sorted by relevance
44 struct UndefinedDiag;223 void reportUndefinedSymbol(const UndefinedDiag &undefDiag);
208 struct UndefinedDiag { struct217 void SymbolTable::reportUndefinedSymbol(const UndefinedDiag &undefDiag) { in reportUndefinedSymbol()223 for (const UndefinedDiag::File &ref : undefDiag.files) { in reportUndefinedSymbol()393 std::vector<UndefinedDiag> undefDiags; in reportProblemSymbols()424 for (const UndefinedDiag &undefDiag : undefDiags) in reportProblemSymbols()
456 struct UndefinedDiag { struct466 MapVector<const Undefined *, UndefinedDiag> undefs;613 const UndefinedDiag &locations, in reportUndefinedSymbol()629 for (const UndefinedDiag::SectionAndOffset &loc : locations.codeReferences) { in reportUndefinedSymbol()
557 struct UndefinedDiag { struct686 SmallVector<UndefinedDiag, 0> undefErrs;
684 static void reportUndefinedSymbol(Ctx &ctx, const UndefinedDiag &undef, in reportUndefinedSymbol()722 for (UndefinedDiag::Loc l : in reportUndefinedSymbol()773 DenseMap<Symbol *, UndefinedDiag *> firstRef; in reportUndefinedSymbols()774 for (UndefinedDiag &undef : ctx.undefErrs) { in reportUndefinedSymbols()776 if (UndefinedDiag *canon = firstRef.lookup(undef.sym)) { in reportUndefinedSymbols()