Searched refs:UndefinedDiag (Results 1 – 3 of 3) sorted by relevance
451 struct UndefinedDiag { struct461 MapVector<const Undefined *, UndefinedDiag> undefs;609 const UndefinedDiag &locations, in reportUndefinedSymbol()625 for (const UndefinedDiag::SectionAndOffset &loc : locations.codeReferences) { in reportUndefinedSymbol()
249 struct UndefinedDiag { struct259 const UndefinedDiag &undefDiag) { in reportUndefinedSymbol()266 for (const UndefinedDiag::File &ref : undefDiag.files) { in reportUndefinedSymbol()416 std::vector<UndefinedDiag> undefDiags; in reportProblemSymbols()449 for (const UndefinedDiag &undefDiag : undefDiags) in reportProblemSymbols()
562 struct UndefinedDiag { struct572 std::vector<UndefinedDiag> undefs;708 static void reportUndefinedSymbol(const UndefinedDiag &undef, in reportUndefinedSymbol()747 for (UndefinedDiag::Loc l : undef.locs) { in reportUndefinedSymbol()798 DenseMap<Symbol *, UndefinedDiag *> firstRef; in reportUndefinedSymbols()799 for (UndefinedDiag &undef : undefs) { in reportUndefinedSymbols()801 if (UndefinedDiag *canon = firstRef.lookup(undef.sym)) { in reportUndefinedSymbols()