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()
565 struct UndefinedDiag { struct575 std::vector<UndefinedDiag> undefs;711 static void reportUndefinedSymbol(const UndefinedDiag &undef, in reportUndefinedSymbol()750 for (UndefinedDiag::Loc l : undef.locs) { in reportUndefinedSymbol()801 DenseMap<Symbol *, UndefinedDiag *> firstRef; in reportUndefinedSymbols()802 for (UndefinedDiag &undef : undefs) { in reportUndefinedSymbols()804 if (UndefinedDiag *canon = firstRef.lookup(undef.sym)) { in reportUndefinedSymbols()