Home
last modified time | relevance | path

Searched refs:checkFailIfMismatch (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.h253 void checkFailIfMismatch(StringRef arg, InputFile *source);
H A DDriverUtils.cpp629 void LinkerDriver::checkFailIfMismatch(StringRef arg, InputFile *source) { in checkFailIfMismatch() function in lld::coff::LinkerDriver
H A DDriver.cpp520 checkFailIfMismatch(arg->getValue(), file); in parseDirectives()
2030 checkFailIfMismatch(arg->getValue(), nullptr); in linkerMain()