Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp70 Arg *outputArg = args.getLastArg(OPT_bundle, OPT_dylib, OPT_execute); in getOutputType() local
71 if (outputArg == nullptr) in getOutputType()
74 switch (outputArg->getOption().getID()) { in getOutputType()