Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp264 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local
268 ref.file, ref.symIndex, maxUndefReferences - numDisplayedRefs); in reportUndefinedSymbol()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp748 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local
751 if (i >= maxUndefReferences) in reportUndefinedSymbol()