Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h220 std::map<StringRef, std::pair<StringRef, InputFile *>> mustMatch; member
H A DDriverUtils.cpp779 std::pair<StringRef, InputFile *> existing = ctx.config.mustMatch[k]; in checkFailIfMismatch()
788 ctx.config.mustMatch[k] = {v, source}; in checkFailIfMismatch()