Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp239 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local
245 ref.file, ref.symIndex, maxUndefReferences - numDisplayedRefs); in reportUndefinedSymbol()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp896 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local
899 if (i >= maxUndefReferences) in reportUndefinedSymbol()