Searched refs:UndefinedDiag (Results 1 – 3 of 3) sorted by relevance
368 struct UndefinedDiag { struct378 MapVector<const Undefined *, UndefinedDiag> undefs;383 const UndefinedDiag &locations = undef.second; in reportPendingUndefinedSymbols()399 for (const UndefinedDiag::SectionAndOffset &loc : in reportPendingUndefinedSymbols()
231 struct UndefinedDiag { struct240 static void reportUndefinedSymbol(const UndefinedDiag &undefDiag) { in reportUndefinedSymbol()247 for (const UndefinedDiag::File &ref : undefDiag.files) { in reportUndefinedSymbol()398 std::vector<UndefinedDiag> undefDiags; in reportProblemSymbols()431 for (const UndefinedDiag &undefDiag : undefDiags) in reportProblemSymbols()
565 struct UndefinedDiag { struct575 std::vector<UndefinedDiag> undefs;710 static void reportUndefinedSymbol(const UndefinedDiag &undef, in reportUndefinedSymbol()749 for (UndefinedDiag::Loc l : undef.locs) { in reportUndefinedSymbol()797 DenseMap<Symbol *, UndefinedDiag *> firstRef; in reportUndefinedSymbols()798 for (UndefinedDiag &undef : undefs) { in reportUndefinedSymbols()800 if (UndefinedDiag *canon = firstRef.lookup(undef.sym)) { in reportUndefinedSymbols()