Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDSymbolTable.cpp207 const size_t maxUndefReferences = 10; in reportUndefinedSymbol() local
214 if (i >= maxUndefReferences) in reportUndefinedSymbol()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDRelocations.cpp853 const size_t maxUndefReferences = 10; in reportUndefinedSymbol() local
856 if (i >= maxUndefReferences) in reportUndefinedSymbol()