Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp162 getSearchPaths(unsigned optionCode, InputArgList &args, in getSearchPaths() argument
166 StringRef optionLetter{optionCode == OPT_F ? "F" : "L"}; in getSearchPaths()
167 for (StringRef path : args::getStrings(args, optionCode)) { in getSearchPaths()