Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DConfig.h185 std::map<StringRef, std::pair<StringRef, InputFile *>> mustMatch; member
DDriverUtils.cpp697 std::pair<StringRef, InputFile *> existing = config->mustMatch[k]; in checkFailIfMismatch()
706 config->mustMatch[k] = {v, source}; in checkFailIfMismatch()