Home
last modified time | relevance | path

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

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