Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.cpp245 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local
251 ref.file, ref.symIndex, maxUndefReferences - numDisplayedRefs); in reportUndefinedSymbol()
/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp747 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local
750 if (i >= maxUndefReferences) in reportUndefinedSymbol()