Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSymbolTable.cpp368 struct UndefinedDiag { struct
378 MapVector<const Undefined *, UndefinedDiag> undefs;
383 const UndefinedDiag &locations = undef.second; in reportPendingUndefinedSymbols()
399 for (const UndefinedDiag::SectionAndOffset &loc : in reportPendingUndefinedSymbols()
/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.cpp231 struct UndefinedDiag { struct
240 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()
/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp565 struct UndefinedDiag { struct
575 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()