Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp657 static StringRef exportSourceName(ExportSource s) { in exportSourceName() function
744 warn(Twine("duplicate ") + exportSourceName(existing->source) + in fixupExports()
748 Twine(" first seen in " + exportSourceName(existing->source) + in fixupExports()
749 Twine(", now in " + exportSourceName(e.source)))); in fixupExports()