Searched refs:mustMatch (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h220 std::map<StringRef, std::pair<StringRef, InputFile *>> mustMatch; member in struct:lld::coff::Configuration
H A DDriverUtils.cpp762 std::pair<StringRef, InputFile *> existing = ctx.config.mustMatch[k];
771 ctx.config.mustMatch[k] = {v, source};

Completed in 120 milliseconds