Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DSymbolTable.cpp228 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local
234 ref.file, ref.symIndex, maxUndefReferences - numDisplayedRefs); in reportUndefinedSymbol()
/external/llvm-project/lld/ELF/
DRelocations.cpp883 const size_t maxUndefReferences = 3; in reportUndefinedSymbol() local
886 if (i >= maxUndefReferences) in reportUndefinedSymbol()