Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h44 struct UndefinedDiag;
223 void reportUndefinedSymbol(const UndefinedDiag &undefDiag);
H A DSymbolTable.cpp208 struct UndefinedDiag { struct
217 void SymbolTable::reportUndefinedSymbol(const UndefinedDiag &undefDiag) { in reportUndefinedSymbol()
223 for (const UndefinedDiag::File &ref : undefDiag.files) { in reportUndefinedSymbol()
393 std::vector<UndefinedDiag> undefDiags; in reportProblemSymbols()
424 for (const UndefinedDiag &undefDiag : undefDiags) in reportProblemSymbols()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp456 struct UndefinedDiag { struct
466 MapVector<const Undefined *, UndefinedDiag> undefs;
613 const UndefinedDiag &locations, in reportUndefinedSymbol()
629 for (const UndefinedDiag::SectionAndOffset &loc : locations.codeReferences) { in reportUndefinedSymbol()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h557 struct UndefinedDiag { struct
686 SmallVector<UndefinedDiag, 0> undefErrs;
H A DRelocations.cpp684 static void reportUndefinedSymbol(Ctx &ctx, const UndefinedDiag &undef, in reportUndefinedSymbol()
722 for (UndefinedDiag::Loc l : in reportUndefinedSymbol()
773 DenseMap<Symbol *, UndefinedDiag *> firstRef; in reportUndefinedSymbols()
774 for (UndefinedDiag &undef : ctx.undefErrs) { in reportUndefinedSymbols()
776 if (UndefinedDiag *canon = firstRef.lookup(undef.sym)) { in reportUndefinedSymbols()