Searched refs:alternateNames (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h223 std::map<StringRef, StringRef> alternateNames; member in struct:lld::coff::Configuration
H A DDriverUtils.cpp152 auto it = ctx.config.alternateNames.find(from);
153 if (it != ctx.config.alternateNames.end() && it->second != to)
155 ctx.config.alternateNames.insert(it, std::make_pair(from, to));
H A DDriver.cpp2420 for (auto pair : config->alternateNames) {

Completed in 127 milliseconds