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.h230 std::map<StringRef, std::pair<StringRef, InputFile *>> mustMatch; member
H A DDriverUtils.cpp633 std::pair<StringRef, InputFile *> existing = ctx.config.mustMatch[k]; in checkFailIfMismatch()
642 ctx.config.mustMatch[k] = {v, source}; in checkFailIfMismatch()