Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp127 static Flavor parseFlavor(llvm::SmallVectorImpl<const char *> &argsV) { in parseFlavor() function
141 Flavor f = parseFlavor(argsV); in whichDriver()