Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp4283 const Arg *GCArg = Args.getLastArg(options::OPT_fobjc_gc_only); in ConstructJob() local
4284 if (!GCArg) in ConstructJob()
4285 GCArg = Args.getLastArg(options::OPT_fobjc_gc); in ConstructJob()
4286 if (GCArg) { in ConstructJob()
4289 << GCArg->getAsString(Args); in ConstructJob()
4291 GCArg->render(Args, CmdArgs); in ConstructJob()
4295 << GCArg->getAsString(Args); in ConstructJob()