Home
last modified time | relevance | path

Searched refs:UndefinedDiag (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/COFF/
DSymbolTable.cpp214 struct UndefinedDiag { struct
223 static void reportUndefinedSymbol(const UndefinedDiag &undefDiag) { in reportUndefinedSymbol()
230 for (const UndefinedDiag::File &ref : undefDiag.files) { in reportUndefinedSymbol()
351 std::vector<UndefinedDiag> undefDiags; in reportProblemSymbols()
384 for (const UndefinedDiag &undefDiag : undefDiags) in reportProblemSymbols()
/external/llvm-project/lld/ELF/
DRelocations.cpp717 struct UndefinedDiag { struct
727 static std::vector<UndefinedDiag> undefs; argument
862 static void reportUndefinedSymbol(const UndefinedDiag &undef, in reportUndefinedSymbol()
885 for (UndefinedDiag::Loc l : undef.locs) { in reportUndefinedSymbol()
927 DenseMap<Symbol *, UndefinedDiag *> firstRef; in reportUndefinedSymbols()
928 for (UndefinedDiag &undef : undefs) { in reportUndefinedSymbols()
930 if (UndefinedDiag *canon = firstRef.lookup(undef.sym)) { in reportUndefinedSymbols()