Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp721 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local
723 ArrayRef(undef.locs).take_front(maxUndefReferences)) { in reportUndefinedSymbol()
740 if (maxUndefReferences < undef.locs.size()) in reportUndefinedSymbol()
741 msg << "\n>>> referenced " << (undef.locs.size() - maxUndefReferences) in reportUndefinedSymbol()
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp221 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local
225 ref.file, ref.symIndex, maxUndefReferences - numDisplayedRefs); in reportUndefinedSymbol()